09.04.2010, 02:43
do this.
^^^ Top of script
onplayerspawn put:
on the command, to the person your put on the code.
and on the top of the command, right below your exocution line ( /command )
Код:
new caged[MAX_PLAYERS];
onplayerspawn put:
Код:
caged[playerid] = 0;
Код:
caged[playerid] = 1;
Код:
if(caged[playerid] == 1) return GameTextForPlayer(playerid,"You are caged!!",5000,4);