Question enum.
#4

I will tell you an example :

PHP код:
enum PlayerInfo
{
pArray,
pArray1,
.
.
.
}
new 
pInfo[MAX_PLAYERS][PlayerInfo]; 
You can use when player connect or Where you want to set it to -1

PHP код:
pInfo[playerid][pArray] = -1
This is
Reply


Messages In This Thread
Question enum. - by Baltimore - 01.05.2015, 20:56
Re: Question enum. - by arlindi - 01.05.2015, 20:58
Re: Question enum. - by Baltimore - 01.05.2015, 21:01
Re: Question enum. - by arlindi - 01.05.2015, 21:09
Re: Question enum. - by PowerPC603 - 01.05.2015, 22:17

Forum Jump:


Users browsing this thread: 1 Guest(s)