- 0
putin ajutor la GM
-
Similar Content
-
- 1 reply
- 212 views
-
- 3 replies
- 112 views
-
- 4 answers
- 220 views
-
- 3 replies
- 95 views
-
Mapping Ajutor
By Ronni,
- 12 replies
- 258 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
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???
Link to comment
Share on other sites
1 answer to this question
Recommended Posts