08.07.2016, 16:35
Hey Yashas, thank you for this useful & helpful knowledge you've shared to the community. keep it up 
I'm having an error and a warning though, need help on this..
warning 229: index tag mismatch (symbol "pInfo")
error 032: array index out of bounds (variable "pInfo")
both on the same line which is
^ that one

I'm having an error and a warning though, need help on this..
warning 229: index tag mismatch (symbol "pInfo")
error 032: array index out of bounds (variable "pInfo")
both on the same line which is
Quote:
memcpy(pInfo[playerid], pInfo[MAX_PLAYERS], 0, sizeof(pInfo[])*4, sizeof(pInfo[])); |
Quote:
enum PlayerInfo { Pass[129], Admin, Helper, Level, Exp, ExpLeft, Score, Wanted, Prison, Donator, FactionID, FactionTier, FactionRank[30], HouseOwner, CarOwner, BizOwner, Weapon1, Weapon1Ammo, Weapon2, Weapon2Ammo, Weapon3, Weapon3Ammo, Material, Drug, C4, HandMoney, BankMoney, Kills, Deaths, Arrest, Arrested, TicketFine, Ticketted, Hours, Minutes, Seconds, FightStyle, Mask, SkinID }; new pInfo[MAX_PLAYERS][PlayerInfo]; |