22.11.2011, 16:53
These are the errors:
And this is the command:
Код:
C:\Users\Jordan\Desktop\Windows\gamemodes\vx-rp.pwn(14871) : error 036: empty statement C:\Users\Jordan\Desktop\Windows\gamemodes\vx-rp.pwn(14872) : error 001: expected token: ")", but found ";" C:\Users\Jordan\Desktop\Windows\gamemodes\vx-rp.pwn(14872) : error 036: empty statement C:\Users\Jordan\Desktop\Windows\gamemodes\vx-rp.pwn(14874) : error 017: undefined symbol "Else" C:\Users\Jordan\Desktop\Windows\gamemodes\vx-rp.pwn(14877) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors.
Код:
CMD:garage(playerid, params[]) { if(groupVariables[playerVariables[playerid][pGroup]][gGroupType] == 1); if(IsPlayerInRangeOfPoint(playerid, 5, -2286.9431,2284.1853,4.9731); SetPlayerPos(playerid, 1588.7703,-1640.3796,13.1978); Else { SendClientMessage(playerid, COLOR_RED, "You are not in the PD, Therefore cannot enter the garage."); } return 1; }