SA-MP Forums Archive
[FS] /Moneypickup how can i create it ??? no plan - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [FS] /Moneypickup how can i create it ??? no plan (/showthread.php?tid=134084)



[FS] /Moneypickup how can i create it ??? no plan - RobShakur - 15.03.2010

hay people I do not know how to make a moneypickup created I wanted to ask if you guys can this cmd to create?
would be really nice
Thank you in advance
pls not use includes in the fs i dont have that include ><


Re: [FS] /Moneypickup how can i create it ??? no plan - Mike Garber - 15.03.2010

Don't use ****** Translator.


Re: [FS] /Moneypickup how can i create it ??? no plan - Babul - 15.03.2010

i posted a small piece of advice here:
http://forum.sa-mp.com/index.php?topic=158685.0


Re: [FS] /Moneypickup how can i create it ??? no plan - RobShakur - 15.03.2010

there was an include i dont have this include !
WITHOUT INCLUDE PLS


Re: [FS] /Moneypickup how can i create it ??? no plan - Desert - 15.03.2010

Create the pickup using the function under ongamemodeinnit

AddStaticPickup(modelid,type,X,Y,Z);


under OnPlayerPickUpPickup(playerid,pickupid)

pawn Код:
public OnPlayerPickUpPickup(playerid,pickupid)
{
GivePlayerMoney(playerid,10000);
return 1;
}



Re: [FS] /Moneypickup how can i create it ??? no plan - RobShakur - 15.03.2010

no i will it create with a comand on my actualy position /moneypickup


Re: [FS] /Moneypickup how can i create it ??? no plan - Naxix - 15.03.2010

You want it like if you do /moneypickup you get 10000 dollars?
Or you want to create a pickup at the position you are?


Re: [FS] /Moneypickup how can i create it ??? no plan - RobShakur - 16.03.2010

i want to create a pickup at the position im
and when a player the pickup found he becomes 200000$
understand SORRY I HAVE BAD ENGLISH


Re: [FS] /Moneypickup how can i create it ??? no plan - Thrarod - 16.03.2010

GetPlayerPos? write moneyp = GetPlayerPos(playerid) then spawn a pickup at moneyp


Re: [FS] /Moneypickup how can i create it ??? no plan - RobShakur - 17.03.2010

dont functionaly script a part pls