SA-MP Forums Archive
clan system problem - 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: clan system problem (/showthread.php?tid=530287)



clan system problem - DzDanieL - 06.08.2014

FIXED, Thanks.


Re: clan system problem - gtasarules14 - 06.08.2014

pawn Код:
if(sscanf(params, "s[17]u", ClanCMD, PID))
Try that ^

If you use u, you are specifying a ID or username of a player.

If this does not work, try updating your sscanf.
https://sampforum.blast.hk/showthread.php?tid=120356


Re: clan system problem - ReaZoN - 06.08.2014

Quote:
Originally Posted by gtasarules14
Посмотреть сообщение
pawn Код:
if(sscanf(params, "s[17]u", ClanCMD, PID))
Try that ^

If you use u, you are specifying a ID or username of a player.

If this does not work, try updating your sscanf.
https://sampforum.blast.hk/showthread.php?tid=120356
Thank you, REP