02.04.2015, 23:07
Stop bumping your threads that soon, you're supposed to wait 24 hours.
This is not related to the issue, but why are you doing this? Returning 0 does this by default.
Just do
Now, with the code. If you didn't script the base yourself it probably has an anticheat already that you do not know of. Or possibly any AC includes? As for the "An admin gave you $" problem, that all looks right.
This is not related to the issue, but why are you doing this? Returning 0 does this by default.
Код:
else { SendClientMessage(playerid, -1, "SERVER: Unknown command."); }
Код:
if(!IsPlayerAdmin(playerid)) return 0;