SA-MP Forums Archive
Help With Star Wanted :D - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help With Star Wanted :D (/showthread.php?tid=483892)



Help With Star Wanted :D - moustafa0550 - 28.12.2013

Hi Can Any One Help How To Add Star Wanted in My Servers!!
this How To Add it in my servers


Re: Help With Star Wanted :D - Excelize - 28.12.2013

You need to use CreateObject i think.


Re: Help With Star Wanted :D - Twizted - 28.12.2013

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);



Re: Help With Star Wanted :D - moustafa0550 - 28.12.2013

Quote:
Originally Posted by Excelize
Посмотреть сообщение
You need to use CreateObject i think.
not work with object i try it and not work