Drug Scripting
#4

Whoo Ok that solves one part of the mystery


Код:
This Goes under onplayerpickuppickup

  if(pickupid == DrugPack)
if(gTeam[playerid] == TEAM_DEALER)// drug dealer team
{
Playerinfo[playerid][pDrugs] += 5
SendClientMessage(playerid,COLOR_RED,"You Have Picked Up Five Grams Of Drugs");
}
else
{
SendClientMessage(playerid,COLOR_RED,"You Are Not A Dealer!!!);
}


}
Correct?
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)