10.02.2012, 13:34
can anyone tell me a code for /start command.
currently using;
ZCMD and Y_INI
anyone got one.
thanks.
currently using;
ZCMD and Y_INI
anyone got one.
thanks.
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");
}