30.10.2010, 16:56
pawn Код:
enum pInfo
{
pTut
}
pawn Код:
if(strcmp(cmd, "/pulartuto", true) == 0 || strcmp(cmd,"/pulartutorial", true) == 0)
{
PlayerInfo[i][pTut] = 1;
SendClientMessage(playerid, COR,"Vocк decidiu pular o tutorial!");
return 1;
}