C:\Game\GTA-SanAndreas\gamemodes\1.0.pwn(9559) : error 017: undefined symbol "pRequestingBackup"
C:\Game\GTA-SanAndreas\gamemodes\1.0.pwn(9563) : error 017: undefined symbol "pRequestingBackup"
C:\Game\GTA-SanAndreas\gamemodes\1.0.pwn(9568) : error 033: array must be indexed (variable "PlayerInfo")
C:\Game\GTA-SanAndreas\gamemodes\1.0.pwn(26587) : error 017: undefined symbol "pRequestingBackup"
C:\Game\GTA-SanAndreas\gamemodes\1.0.pwn(26593) : error 033: array must be indexed (variable "PlayerInfo")
C:\Game\GTA-SanAndreas\gamemodes\1.0.pwn(26607) : error 017: undefined symbol "pRequestingBackup"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.
9559 if (PlayerInfo[playerid][pRequestingBackup] != 1)9563 PlayerInfo[playerid][pRequestingBackup] = 1;2657 if (PlayerInfo[playerid][pRequestingBackup] == 1)26593 if(PlayerInfo[pMember] == 1||PlayerInfo[pLeader] == 1||PlayerInfo[playerid][pMember] == 2||PlayerInfo[playerid][pLeader] == 2)26607 PlayerInfo[playerid][pRequestingBackup] = 0;