What the ... weapon?!
#2

mypickup = CreatePickup(353,1,...

*I changed pickup type to 1

Then put this at OnPlayerPickUpPickup:
Code:
if(pickupid == mypickup)
{
    if(is_player_eligible) GivePlayerWeapon();
    else SendClientMessage();
}
Reply


Messages In This Thread
What the ... weapon?! - by BloodyRP - 28.04.2016, 10:33
Re: What the ... weapon?! - by Spmn - 11.05.2016, 21:18

Forum Jump:


Users browsing this thread: 1 Guest(s)