28.11.2009, 14:00
well,i tested it and worked for me :O
or maybe try
or maybe try
pawn Код:
if(strcmp(cmd, "/skiptut", true) == 0)
{
if(IsPlayerConnected(playerid))
{
SendClientMessage(playerid, COLOR_GRAD1, "You Skipped Tutorial");
(TutTime[i] = 119)
}
return 1;
}