#1

Hi sa-mp.com i have a error on this linie:
pawn Код:
if( sscanf(params, "i", params[0]) ) return SendClientMessage( playerid, "/up [inaltime]");
And the error is:
pawn Код:
error 035: argument type mismatch (argument 2)
Ideas?
Reply
#2

Код:
if( sscanf(params, "i", params[0]) ) return SendClientMessage( playerid, -1, "/up [inaltime]");
You forgot the color parameter from SendClientMessage.
Reply
#3

Quote:
Originally Posted by RaZzZzoR
Посмотреть сообщение
Код:
if( sscanf(params, "i", params[0]) ) return SendClientMessage( playerid, -1, "/up [inaltime]");
You forgot the color parameter from SendClientMessage.
uPSS ... Thasnks it works
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)