Help With Star Wanted :D
#3

The model of that pickup is 1247.

pawn Код:
new starpickup;

public OnGameModeInit()
{
    starpickup = CreatePickup(1247, 0, Float:X, Float:Y, Float:Z, Virtualworld);
    // Create an armour pickup and store the ID in 'pickup'
    return 1;
}

//to destroy the pickup
DestroyPickup(starpickup);
Reply


Messages In This Thread
Help With Star Wanted :D - by moustafa0550 - 28.12.2013, 09:59
Re: Help With Star Wanted :D - by Excelize - 28.12.2013, 10:05
Re: Help With Star Wanted :D - by Twizted - 28.12.2013, 10:12
Re: Help With Star Wanted :D - by moustafa0550 - 28.12.2013, 10:14

Forum Jump:


Users browsing this thread: 2 Guest(s)