16.05.2013, 11:47
WHY Chat? you are checking the ssanf params there so
should be
You used a double quote and chat...
also
should be
pawn Код:
""chat" /gotopos [playerid]");
pawn Код:
"/gotopos [playerid]");
also
pawn Код:
SendClientMessage(playerid,-1,""chat""COL_GREY" You cannot use this command");
pawn Код:
SendClientMessage(playerid, COL_GREY,"You cannot use this command");//-1 is a random color and after that you use COL_GREY be sure this is defined or you must use code like 0xFFFFFFAA (White)