SA-MP Forums Archive
Can someone help me ? - 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: Can someone help me ? (/showthread.php?tid=645322)



Can someone help me ? - Makatuks - 25.11.2017

warning: warning 213: tag mismatch
Line: format( treeInfo[ allTrees ][ tLabel ], 40, "%s", name );


Re: Can someone help me ? - jasperschellekens - 25.11.2017

Im not sure about this.
Try using a string.

Код:
new str[128];
format(str,sizeof(str),"%s",name);
format( treeInfo[ allTrees ][ tLabel ], 40, str);
perhaps you should take a look on this page it might help you out:
https://sampwiki.blast.hk/wiki/Format


Re: Can someone help me ? - Makatuks - 25.11.2017

Forgot to add Text3D: in the beginning...