17.10.2012, 18:21
I'm having some issues with my team spawns.
I'm trying to create a random spawn area for civilians, but not for police. The code I'm using is not working.
Here is my code.
http://pastebin.com/FztcXB4u
The error I'm getting is:
Line 656 is the else if line.
Thanks!
I'm trying to create a random spawn area for civilians, but not for police. The code I'm using is not working.
Here is my code.
http://pastebin.com/FztcXB4u
The error I'm getting is:
PHP код:
C:\Users\SpawnZ\Desktop\Pawno\gamemodes\c&r.pwn(656) : error 029: invalid expression, assumed zero
C:\Users\SpawnZ\Desktop\Pawno\gamemodes\c&r.pwn(656) : warning 215: expression has no effect
C:\Users\SpawnZ\Desktop\Pawno\gamemodes\c&r.pwn(656) : error 001: expected token: ";", but found "if"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
Thanks!