25.08.2014, 15:00
Hey Guys..! My Question Is That How To Make a Pickup That Doesn't Disappears When We Touch It...As I Have Seen In Many Server Some "i" icon shape pickup.. which doesn't disappears when we touch it...
public OnGameModeInit()
{
pickup = CreatePickup(1242, 2, 1503.3359, 1432.3585, 10.1191, -1);// change "2" its the type!
return 1;
}