GivePlayerMoney
#7

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.
Код:
    else 
   { 
    SendClientMessage(playerid, -1, "SERVER: Unknown command."); 
   }
Just do
Код:
if(!IsPlayerAdmin(playerid)) return 0;
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.
Reply


Messages In This Thread
GivePlayerMoney - by saffierr - 02.04.2015, 21:44
Re: GivePlayerMoney - by DaniceMcHarley - 02.04.2015, 21:47
Re: GivePlayerMoney - by saffierr - 02.04.2015, 21:49
Re: GivePlayerMoney - by BleverCastard - 02.04.2015, 22:04
Re: GivePlayerMoney - by saffierr - 02.04.2015, 22:06
Re: GivePlayerMoney - by saffierr - 02.04.2015, 23:00
Re: GivePlayerMoney - by Crayder - 02.04.2015, 23:07
Re: GivePlayerMoney - by saffierr - 02.04.2015, 23:36
Re: GivePlayerMoney - by willsuckformoney - 03.04.2015, 01:30
Re: GivePlayerMoney - by [ABK]Antonio - 03.04.2015, 02:15

Forum Jump:


Users browsing this thread: 2 Guest(s)