18.06.2012, 22:18
I have put Houseentered in my script, Im getting errors, but if i put "new Houseentered[MAX_PLAYERS];" ill get 26 errors, So help me now
When i watch in LARP script, its same there, and it aint get errors, please help anyone..Thanks
Here is code:
Quote:
D:\Serveri\Outlawz RP - GodFather\gamemodes\gf.pwn(2213) : error 017: undefined symbol "HouseEntered" D:\Serveri\Outlawz RP - GodFather\gamemodes\gf.pwn(2213) : warning 215: expression has no effect D:\Serveri\Outlawz RP - GodFather\gamemodes\gf.pwn(2213) : error 001: expected token: ";", but found "]" D:\Serveri\Outlawz RP - GodFather\gamemodes\gf.pwn(2213) : error 029: invalid expression, assumed zero D:\Serveri\Outlawz RP - GodFather\gamemodes\gf.pwn(2213) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
Here is code:
Quote:
HouseEntered[playerid] = 255; for(new h = 184; h < sizeof(CarInfo); h++) { |