09.02.2014, 06:14
im making capture zones with checkpoint and here i ha've got some errors i tryed to fix them but i couldnt
so help me in this
here are the errors
here are the error lines
so help me in this

here are the errors
pawn Код:
C:\Users\hacker\Desktop\lscnr script\gamemodes\lscnr.pwn(907) : error 035: argument type mismatch (argument 1)
C:\Users\hacker\Desktop\lscnr script\gamemodes\lscnr.pwn(908) : error 035: argument type mismatch (argument 1)
C:\Users\hacker\Desktop\lscnr script\gamemodes\lscnr.pwn(910) : error 001: expected token: ";", but found "-identifier-"
C:\Users\hacker\Desktop\lscnr script\gamemodes\lscnr.pwn(910 -- 911) : error 029: invalid expression, assumed zero
C:\Users\hacker\Desktop\lscnr script\gamemodes\lscnr.pwn(911) : error 029: invalid expression, assumed zero
C:\Users\hacker\Desktop\lscnr script\gamemodes\lscnr.pwn(911) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.
here are the error lines
pawn Код:
public OnGameModeInit()
{
CP[GlenPark] = CreateDynamicCP("-1196.5269,17.4500,174.1157")
Zone[GlenPark] = GangZoneCreate("1973.7164,-1196.5269,17.4500")
UnderAttack[GlenPark] = -1
Captured[GlenPark] = -1
tCP[GlenPark] = TEAM_NONE