PVar String - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: PVar String (
/showthread.php?tid=278584)
- Fixed -
OUL - 22.08.2011
- Fixed
Re: PVar String -
=WoR=Varth - 23.08.2011
pawn Code:
format(string,60,"q");//This set string
format(string3, sizeof string3, "%s",stringGet);//But you use stringGet here
Re: PVar String -
OUL - 23.08.2011
It's not problem in that... I RE-Write hole code with normal variables and it's work just fine.