/gotopos command
#10

Quote:
Originally Posted by jordy.kiesebrink
Посмотреть сообщение
WHY Chat? you are checking the ssanf params there so
pawn Код:
""chat" /gotopos [playerid]");
should be

pawn Код:
"/gotopos [playerid]");
You used a double quote and chat...
also

pawn Код:
SendClientMessage(playerid,-1,""chat""COL_GREY" You cannot use this command");
should be

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)
I didn't pay attention for that, sorry and thanks for the corrections and by the way "-1" is white.
Reply


Messages In This Thread
/gotopos command - by Kirchhoff - 16.05.2013, 11:12
Re: /gotopos command - by Red_Dragon. - 16.05.2013, 11:13
Re: /gotopos command - by Kirchhoff - 16.05.2013, 11:15
Re: /gotopos command - by Red_Dragon. - 16.05.2013, 11:18
Re: /gotopos command - by Pillhead2007 - 16.05.2013, 11:29
Re: /gotopos command - by Kirchhoff - 16.05.2013, 11:43
Re: /gotopos command - by jordy.kiesebrink - 16.05.2013, 11:47
Re: /gotopos command - by Latisha - 16.05.2013, 11:52
Re: /gotopos command - by SilverKiller - 16.05.2013, 11:54
Re: /gotopos command - by Red_Dragon. - 16.05.2013, 12:02

Forum Jump:


Users browsing this thread: 2 Guest(s)