14.08.2008, 19:10
Ok So Im Trying My Hand At A Drug System For The Tenth Time As None Of The Other Tries Have Worked So I Want To Make Fully Sure It Does This time
For Starters I Use Enums correct like with playerinfo etc etc
then implementing that into things such as onplayerpickuppickup
i would do
OR
its very confusing at the least so im trying to make it the best i can any help is appreciated
For Starters I Use Enums correct like with playerinfo etc etc
Код:
enum pInfo { pJailed, pDrugs, }; new PlayerInfo[MAX_PLAYERS][pInfo];
i would do
Код:
PlayerInfo[playerid][pDrugs] == 1
Код:
PlayerInfo[playerid][pDrugs] == +1