Help me
#1

I have a problem when I write this command in game /carcommand I met appears
PHP код:
 Syntax:/test <text
??


http://pastebin.com/PMK1Pp6p
Reply
#2

pawn Код:
if(sscanf(params, "s[100]", szCom)) return SendClientMessage( playerid, -1, "Syntax: /test <text>");
Change the above line to the following code


pawn Код:
if(sscanf(params, "s[100]", szCom)) return SendClientMessage( playerid, -1, "Syntax: /carcommand <text>");
Reply
#3

Quote:
Originally Posted by Hostskool
Посмотреть сообщение
pawn Код:
if(sscanf(params, "s[100]", szCom)) return SendClientMessage( playerid, -1, "Syntax: /test <text>");
Change the above line to the following code


pawn Код:
if(sscanf(params, "s[100]", szCom)) return SendClientMessage( playerid, -1, "Syntax: /carcommand <text>");
I still do not appear
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)