- 0
Erori Compile ...
-
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
thedarkone
Salut...
[pawn]C:\Users\thedarkone\Desktop\darkgamemode\pawno\DG.pwn(52845) : warning 209: function "CustomPickups" should return a value
C:\Users\thedarkone\Desktop\darkgamemode\pawno\DG.pwn(57263) : warning 225: unreachable code
C:\Users\thedarkone\Desktop\darkgamemode\pawno\DG.pwn(57264) : error 030: compound statement not closed at the end of file (started at line 57264)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
[/pawn]
57264 : nu exista
Linii :
52845 :
[pawn] PlayerInfo[pMissionNr] = PlayerOnMission;
MissionCheckpoint = 0;
PlayerOnMission = 0;
}
}
}
}<-(52845)[/pawn]
57263:[pawn]strtok(const string[], &index)
{
new length = strlen(string);
while ((index < length) && (string[index] <= ' '))
{
index++;
}
new offset = index;
new result[20];
while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
{
result[index - offset] = string[index];
index++;
}
result[index - offset] = EOS;
return result;
{<-(57263)[/pawn]
7 answers to this question
Recommended Posts