08.11.2012, 11:23
try to add a param to show if the player has contract on him or not under enum like
pContracted, then do like
then in the last
or so, hope it helped
pContracted, then do like
pawn Код:
if(PlayerInfo[playerid][pContracted] == 0){
pawn Код:
PlayerInfo[playerid][pContracted] = 1;