CreatePickup help
#4

pawn Код:
new pickup; // It creates the variable to store the pickup
 
public OnGameModeInit()
{
    pickup = Money(1212, 2, 1503.3359, 1432.3585, 10.1191, -1);
    // Create an money pickup and store the ID in 'pickup'
    return 1;
}
 
/
Read it: here is the Pickup iD's https://sampwiki.blast.hk/wiki/Pickup_IDs
Reply


Messages In This Thread
CreatePickup help - by mrsamp - 07.08.2012, 18:37
Re: CreatePickup help - by [KHK]Khalid - 07.08.2012, 19:17
Re: CreatePickup help - by mrsamp - 07.08.2012, 19:27
Re: CreatePickup help - by ThePhenix - 07.08.2012, 19:33

Forum Jump:


Users browsing this thread: 1 Guest(s)