SA-MP Forums Archive
Few errors. - 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: Few errors. (/showthread.php?tid=440781)



---------- - K3nX - 31.05.2013

----------


Re: Few errors. - Rillo - 31.05.2013

Which line?


---------- - K3nX - 31.05.2013

----------


Re: Few errors. - IceBilizard - 31.05.2013

try

pawn Код:
format(string, sizeof(string), "|- You have set \"%s's\" Name to \"%s\" -|", pName(player1), tmp2);



---------- - K3nX - 31.05.2013

----------


Re: Few errors. - IceBilizard - 31.05.2013

now
pawn Код:
format(string, sizeof(string), " You have set %s's Name to %s ", pName(player1), tmp2);



Re: Few errors. - Abhishek. - 31.05.2013

dont use "%s's"
just %s's