PatrickGTR

Results 11 comments of PatrickGTR

> So any ideas? Do I need a specific sampctl version or what am I missing. Hi, This seems to be an issue with the latest y_timers, I am pending...

> > > So any ideas? Do I need a specific sampctl version or what am I missing. > > > > > > Hi, This seems to be an...

- Teleportation, you can teleport to a player. It has 10 minutes cooldown.

Thank you, I will probably use this as a base.

Please check the new callback from the updated version of actor_robbery,, this should fix the issue. ``forward OnPlayerRequestRobbery(playerid, actorid);``

The timer must be declared before calling defer. i.e ```c // declaration timer t_inviteEvento[150](playerid) { if (percetInviteEvento[playerid] >= 100.0) { HideTextInviteEvento(playerid); stop timerInviteEvento[playerid]; } else { percetInviteEvento[playerid]++; } return true;...

Upload a MVCE so it can be replicated otherwise we're playing a guessing game here.

A new param could be introduced as I completely disagree with having redundant name. ### Addition ``` enum E_MAP_TYPES { MAP_STRING, MAP_VALUE, MAP_ARRAY } ``` ### New Function ```pawn MAP_InsertString(&Map:map,...

It's a SA-MP host and it should accept connections outside, they support MySQL. It works perfectly when I host MySQL locally, but doesn't work if I try a paid host.

Alright, no worries on that right now. I am focused on a different problem now. ``` if(GameType == ARENA) { format(iString, sizeof(iString), "SELECT * FROM `arenastats` WHERE `Name` = '%s'...