08.09.2012, 04:21
Hello any one can help me fixing these errors?
i tried to put
but it gives me argument type mismatch then.
My line 2800/2801 is this.
Код:
C:\Users\Osman Ali\Desktop\Drift.pwn(2800) : error 017: undefined symbol "string128" C:\Users\Osman Ali\Desktop\Drift.pwn(2800) : error 017: undefined symbol "string128" C:\Users\Osman Ali\Desktop\Drift.pwn(2800) : warning 215: expression has no effect C:\Users\Osman Ali\Desktop\Drift.pwn(2800) : error 001: expected token: ";", but found "]" C:\Users\Osman Ali\Desktop\Drift.pwn(2800) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
pawn Код:
new string128;
My line 2800/2801 is this.
pawn Код:
format(string128,sizeof(string128),"~w~ID: %i",pskin[playerid]);
GameTextForPlayer(playerid,string128,2000,3);