How to make a pickup that...
#1

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...
Reply
#2

Thats Easy look: example:
pawn Код:
public OnGameModeInit()
{
    pickup = CreatePickup(1242, 2, 1503.3359, 1432.3585, 10.1191, -1);// change "2" its the type!
    return 1;
}
You can find types HERE
Reply
#3

All you have to do is to chose the pickup type 1, it wont disappear when you touch it, and check this for all the pickup types https://sampwiki.blast.hk/wiki/PickupTypes.
Reply
#4

Thnx friends..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)