11.07.2009, 11:36
you havnt added an open bracket to your second command example. {
pawn Код:
if(strcmp(cmdtext, "/bmx", true) == 0)
{
SetPlayerPos(playerid,2806.047851, -1066.034179, 94.187072);
GameTextForPlayer(playerid,"Welcome To BMX",1700, 3);
return 1;
}

