SA-MP Forums Archive
Why wont this set someone to be VIP? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Why wont this set someone to be VIP? (/showthread.php?tid=436955)



Why wont this set someone to be VIP? - CNRLIFE - 13.05.2013

EDIT: I have fixed this.


Re: Why wont this set someone to be VIP? - Calabresi - 13.05.2013

Change

pawn Код:
if(sscanf(params,"ui",ID))
to

pawn Код:
if(sscanf(params,"u",ID))