Can someone help me ?
#1

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

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
Reply
#3

Forgot to add Text3D: in the beginning...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)