- 0
putin ajutor la GM
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
RaZzoR
am rezolvat niste errori la acest GM dar mi-a aparut altele
iata errorile
Code: [select]
C:\Documents and Settings\Administrator\??????? ????\update nlg\gamemodes\NLG.pwn(12780) : warning 219: local variable "mod" shadows a variable at a preceding level
C:\Documents and Settings\Administrator\??????? ????\update nlg\gamemodes\NLG.pwn(17082) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Administrator\??????? ????\update nlg\gamemodes\NLG.pwn(38606) : warning 225: unreachable code
C:\Documents and Settings\Administrator\??????? ????\update nlg\gamemodes\NLG.pwn(38609) : error 028: invalid subscript (not an array or too many subscripts): "format"
C:\Documents and Settings\Administrator\??????? ????\update nlg\gamemodes\NLG.pwn(38609) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\??????? ????\update nlg\gamemodes\NLG.pwn(38609) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Administrator\??????? ????\update nlg\gamemodes\NLG.pwn(38609) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administrator\??????? ????\update nlg\gamemodes\NLG.pwn(38609) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
linia 12780
Code: [select]
}
new mod = 100;
tmp = strtok(cmdtext, idx);
linia 17082
Code: [select]
{
new tmp[256];
tmp = strtok(cmdtext,idx);
linia 38606 pina la 38609
Code: [select]
#else
if (string[0] == 0 || (string[0] == 1 && string[1] == 0))
#endif
{
return format[0];
}
#pragma tabsize 4
new
ma poate ajuta cineva cu asa errori???
1 answer to this question
Recommended Posts