SA-MP Forums Archive
Name chnage help - 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: Name chnage help (/showthread.php?tid=621529)



Name chnage help - Stop - 12.11.2016

what mistake i am making here
?
SetPlayerName(playerid, "[%s]", TempGangTag[playerid]);

Error
Код:
warning 202: number of arguments does not match definition



Re: Name chnage help - Micko123 - 12.11.2016

Show your full command


Re: Name chnage help - SyS - 12.11.2016

setplayername doesn't support formatting unless you hook it or define another function.
https://sampwiki.blast.hk/wiki/SetPlayerName

You can do the formatting part in separate though