06.12.2014, 13:32
I'm Trying to make a Script that sees where you are in a Background Story (that has multiple parts)
throught Pvars (I don't know if it's the best way, if there is a better way please tell me)
This is To Show that I did set it
And I get These Errors
throught Pvars (I don't know if it's the best way, if there is a better way please tell me)
Код:
Line 91: SetPVarInt(playerid, "BSP", 0);
Код:
Line 119: if (GetPVarInt(playerid, "BSP")) = 0; Line 120 { Line 121 - 134: //Part One Text Line 135: SetPVarInt(playerid, "BSP", 1); Line 136: } Line 137: if (GetPVarInt(playerid, "BSP")) = 1; Line 121: { Line 121-(not done yet): //Part Two Text Line ???: { Line ???: SetPVarInt(playerid, "BSP", 2); etc......
Код:
D:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\XXXXX.pwn(119) : error 029: invalid expression, assumed zero D:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\XXXXX.pwn(119) : warning 215: expression has no effect D:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\XXXXX.pwn(137) : error 029: invalid expression, assumed zero D:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\XXXXX.pwn(137) : warning 215: expression has no effect Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.