10.02.2012, 13:47
pawn Код:
command(start,playerid,params[])
{
if(isintutorialvarhere == 1)
{
isintutorialvarhere = 0;
SpawnPlayer(playerid);
SendClientMessage(playerid,WHITE,"Enjoy your life here at ....");
return 1;
}
else return SendClientMessage(playerid,COLORHERE,"You are not in the tutorial");
}