sscanf - error type mismatch
#2

It should look something like this

pawn Код:
new
    skinid,
    targetid
;

if(sscanf(params, "ui", targetid, skinid)) return SendClientMessage(playerid, COLOR_ERROR, "SYNTAX: /skin [playerid] [skinid]");
SetPlayerSkin(targetid, skinid)
Reply


Messages In This Thread
sscanf - error type mismatch - by PrivatioBoni - 19.10.2013, 13:32
Re: sscanf - error type mismatch - by Patrick - 19.10.2013, 13:36
Re: sscanf - error type mismatch - by PrivatioBoni - 19.10.2013, 13:38
Re: sscanf - error type mismatch - by Patrick - 19.10.2013, 13:47
Re: sscanf - error type mismatch - by PrivatioBoni - 19.10.2013, 13:48
Re: sscanf - error type mismatch - by Misiur - 19.10.2013, 13:50
Re: sscanf - error type mismatch - by DanishHaq - 19.10.2013, 13:54
Re: sscanf - error type mismatch - by Patrick - 19.10.2013, 13:54
Re: sscanf - error type mismatch - by PrivatioBoni - 19.10.2013, 14:01

Forum Jump:


Users browsing this thread: 1 Guest(s)