22.04.2012, 15:29
Quote:
so im trying to add this in my script and its not working
enum pInfo { pPass, pCash, pAdmin, pKills, pDeaths, } new PlayerInfo[MAX_PLAYERS][pInfo]; I always get C:\Users\Michael C\Desktop\GTA San Andreas\gamemodes\NE-RP.pwn(33 : warning 203: symbol is never used: "PlayerInfo" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning. Please help me and tell me what im doing wrong |
Just an example, dont take this as the complete solution.
GetPlayerMoney(PlayerInfo[playerid][pCash]); //Gets the players cash value