Tag missmatch help
#1

i have defined this already

new PlayerInfo[MAX_PLAYERS][PlayerData];

my one of new feature need this

new PlayerInfo[MAX_PLAYERS][pInfo];


when i do

new PlayerInfo[MAX_PLAYERS][PlayerData][pInfo];

he shows lot of tag missmatch errors

how to fix it?
Reply
#2

As they're case-sensitive, why not use playerInfo?
Reply
#3

i am trying to add this login system

https://sampforum.blast.hk/showthread.php?tid=90880
Reply
#4

Just change all of the PlayerInfo to PInfo
and all the pInfo to PData
WHICH ARE IN THAT LOGIN SYSTEM.
Reply
#5

Thank you done!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)