10.07.2015, 23:08
This is what I get :
:/ Any other suggestions ?
I believe the problem is mainly with the NewMap function.
Код:
C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(30) : warning 217: loose indentation C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(304) : warning 202: number of arguments does not match definition C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(564) : warning 202: number of arguments does not match definition C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(568) : warning 202: number of arguments does not match definition C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(579) : warning 202: number of arguments does not match definition C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(580) : warning 202: number of arguments does not match definition C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(601) : error 029: invalid expression, assumed zero C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(601) : error 008: must be a constant expression; assumed zero C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(615) : error 021: symbol already defined: "i" C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(615) : warning 206: redundant test: constant expression is non-zero C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(618) : error 003: declaration of a local variable must appear in a compound block C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(618) : warning 217: loose indentation C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(618) : error 017: undefined symbol "RandomSpawn" C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(619) : error 017: undefined symbol "RandomSpawn" C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(620) : error 017: undefined symbol "RandomSpawn" C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(615) : warning 204: symbol is assigned a value that is never used: "i" C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(627) : error 021: symbol already defined: "i" C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(627) : warning 206: redundant test: constant expression is non-zero C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(630) : error 003: declaration of a local variable must appear in a compound block C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(630) : warning 217: loose indentation C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(630) : error 017: undefined symbol "RandomSpawn" C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(631) : error 017: undefined symbol "RandomSpawn" C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(632) : error 017: undefined symbol "RandomSpawn" C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(627) : warning 204: symbol is assigned a value that is never used: "i" C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(639) : error 021: symbol already defined: "i" C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(639) : warning 206: redundant test: constant expression is non-zero C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(642) : error 003: declaration of a local variable must appear in a compound block C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(642) : warning 217: loose indentation C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(642) : error 017: undefined symbol "RandomSpawn" C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(643) : error 017: undefined symbol "RandomSpawn" C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(644) : error 017: undefined symbol "RandomSpawn" C:\Users\USer\Desktop\My Files\Games\GTA SA\Scripting\gamemodes\LoftyScript.pwn(639) : warning 204: symbol is assigned a value that is never used: "i" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 17 Errors.
I believe the problem is mainly with the NewMap function.