D:\Test server\filterscripts\Orgs.pwn(347) : error 017: undefined symbol "string" D:\Test server\filterscripts\Orgs.pwn(347) : error 017: undefined symbol "string" D:\Test server\filterscripts\Orgs.pwn(347) : error 029: invalid expression, assumed zero D:\Test server\filterscripts\Orgs.pwn(347) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
new String[MAX_PLAYERS];
new string[129];
:
:format(string, sizeof(string), "* %s unholsters his tazer.", PlayerName(playerid));
format(String, sizeof(String), "* %s unholsters his tazer.", PlayerName(playerid));
, if you do not want to change line per line, just put in the top of your GameMode:#define string String
.
|
In these lines you should format the variable String, for example
:This line :pawn Код:
Should be: Код:
format(String, sizeof(String), "* %s unholsters his tazer.", PlayerName(playerid)); , if you do not want to change line per line, just put in the top of your GameMode:pawn Код:
I hope that i have helped . |
new string[128];
|
Try to change this, which on top of your script...
pawn Код:
pawn Код:
|
D:\GT-RP Script\pawno\include\dini.inc(257) : warning 219: local variable "string" shadows a variable at a preceding level D:\GT-RP Script\pawno\include\utils.inc(1) : warning 219: local variable "string" shadows a variable at a preceding level D:\Test server\filterscripts\Okay.pwn(113) : error 017: undefined symbol "String" D:\Test server\filterscripts\Okay.pwn(113) : error 017: undefined symbol "String" D:\Test server\filterscripts\Okay.pwn(113) : error 029: invalid expression, assumed zero D:\Test server\filterscripts\Okay.pwn(113) : fatal error 107: too many error messages on one line
|
I fixed and uploaded it to a new pastebin, try this now...
http://pastebin.com/9vL50dYD |