Drug Scripting
#1

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

Код:
enum pInfo
{
pJailed,
pDrugs,
};
new PlayerInfo[MAX_PLAYERS][pInfo];
then implementing that into things such as onplayerpickuppickup

i would do

Код:
PlayerInfo[playerid][pDrugs] == 1
OR


Код:
PlayerInfo[playerid][pDrugs] == +1
its very confusing at the least so im trying to make it the best i can any help is appreciated
Reply


Messages In This Thread
Drug Scripting - by matt2127 - 14.08.2008, 19:10
Re: Drug Scripting - by matt2127 - 14.08.2008, 19:31
Re: Drug Scripting - by Doktor - 14.08.2008, 19:33
Re: Drug Scripting - by matt2127 - 14.08.2008, 19:41
Re: Drug Scripting - by Doktor - 14.08.2008, 19:49
Re: Drug Scripting - by matt2127 - 14.08.2008, 19:58
Re: Drug Scripting - by matt2127 - 14.08.2008, 20:13
Re: Drug Scripting - by matt2127 - 14.08.2008, 21:49
Re: Drug Scripting - by ShadoW_StaH - 14.08.2008, 22:05
Re: Drug Scripting - by matt2127 - 14.08.2008, 23:47

Forum Jump:


Users browsing this thread: 1 Guest(s)