04.03.2013, 11:40
Hello. Create new variable on the mode, like:
OnPlayerConnect:
Then do check in the command, if GotMoney return true he will get message.
pawn Код:
new bool:GotMoney[MAX_PLAYERS];
pawn Код:
GotMoney[playerid] = false;
pawn Код:
if(GotMoney[playerid]) return SendClientMessage(playerid, -1, "You already took the money.");