20.11.2011, 10:56
I want to number my bots so each will have a number after his name
This is my code:
http://pastebin.com/22nTcBdf
I don't know how to add numbers to a string so I tried this:
but I get four errors saying
lines 125 and 132 are 'str = "Tankz" + tankz'.
Please help, thanks.
This is my code:
http://pastebin.com/22nTcBdf
I don't know how to add numbers to a string so I tried this:
Quote:
str = "Tankz" + tankz[ZST]; |
Quote:
C:\Users\idktwospel\Desktop\SAMP\gamemodes\GTAZFIL G.pwn(125) : error 001: expected token: "-string end-", but found "-identifier-" C:\Users\idktwospel\Desktop\SAMP\gamemodes\GTAZFIL G.pwn(125) : error 033: array must be indexed (variable "-unknown-") C:\Users\idktwospel\Desktop\SAMP\gamemodes\GTAZFIL G.pwn(132) : error 001: expected token: "-string end-", but found "-identifier-" C:\Users\idktwospel\Desktop\SAMP\gamemodes\GTAZFIL G.pwn(132) : error 033: array must be indexed (variable "-unknown-") Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
Please help, thanks.