MAX_PLAYERS or pInfo
#1

Im trying to make a variable so a player can`t use /work if they`re already working
is it better to have new IsWorking[MAX_PLAYERS] or should i make it at enum pData like this
PHP код:
enum pData
{
    
ID,
    
Name[MAX_PLAYER_NAME],
    
Password[129],
    
Level,
    
Cash,
    
IsWorking
?
Reply


Messages In This Thread
MAX_PLAYERS or pInfo - by PepsiCola23 - 09.02.2018, 09:24
Re: MAX_PLAYERS or pInfo - by Gforcez - 09.02.2018, 09:30
Re: MAX_PLAYERS or pInfo - by PepsiCola23 - 09.02.2018, 09:36
Re: MAX_PLAYERS or pInfo - by Stev - 09.02.2018, 09:38
Re: MAX_PLAYERS or pInfo - by Mugala - 09.02.2018, 09:52
Re: MAX_PLAYERS or pInfo - by AmigaBlizzard - 09.02.2018, 11:00

Forum Jump:


Users browsing this thread: 1 Guest(s)