09.02.2018, 09:24
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
?
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,