Search Results
That wont be the reason. The Rob(); isn't called until the timer hits 0, which means if this was the problem the server would not crash for 2 minutes after the command. This isn't the normal crash whe...
196
I just did that, It stoped at Код: SetTimerEx("Rob", 120000, false, "%d", playerid); print("6"); My code for rob() is Код: public Rob(playerid) { justrobbed[playerid] = 0; return 1; }
196
Il give it a try EDIT: Nope, invalid function or declaration at the case area
196
Does anyone know what I did wrong?
196
Yea like some have said before, use another host. Deluxhost is good if you really know how to use it, because like Woet said they dont have support. If you want to just run a server with no special f...
251
I have this command to rob a player, here it is Код: dcmd_rob(playerid,params[]) { if (justrobbed[playerid] == 1) return SendClientMessage(playerid, red, "You can not rob anyone. You must wait ...
196