>> 2 other errors HELP Me PLZ << - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: >> 2 other errors HELP Me PLZ << (
/showthread.php?tid=83517)
>> 2 other errors HELP Me PLZ << -
monster010 - 25.06.2009
I have some problems in gamemode: 2 errors
Код:
C:\Documents and Settings\Claudiu\Desktop\Server Sa-Mp Mortalii RPG by PuNaNi\[2.0 X]\gamemodes\Mortalii_RolePlaY_v2.4.pwn(4255) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Claudiu\Desktop\Server Sa-Mp Mortalii RPG by PuNaNi\[2.0 X]\gamemodes\Mortalii_RolePlaY_v2.4.pwn(15118) : error 029: invalid expression, assumed zero
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
The lines are:
15118 :
Код:
gPlayerCheckpointStatus[playerid] = CHECKPOINT_HOME;
4255 :
Код:
case CHECKPOINT_HOME:
Re: >> 2 other errors HELP Me PLZ << -
Harry_Gaill - 25.06.2009
You need to show us the environment. 2 lines won't do.
We need to see the declaration of gPlayerCheckpointStatus, the way you made CHECKPOINT_HOME, etc...