How could i? - 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: How could i? (
/showthread.php?tid=252406)
How could i? -
[KO]KillerThriller - 01.05.2011
How could i make like a function, like,
AddFuelPickup under OnGameModeInit.
Iv tried but i failed, the pickup didn't appear but i deleted the code so if you ask it...
Could you give an example and ill change the var's to mine?
AddFuelPickup(Float

,Float:y,Float:z,pickupid (<- If possible without that));
Re: How could i? -
SchurmanCQC - 01.05.2011
...your request makes little to no sense at all. Reword it please.
Re: How could i? -
[KO]KillerThriller - 01.05.2011
Like
stock AddFuelPickup(Float

,Float:y,Float:z);
and it creates a pickup in the given coords
then when i pickup something appears like a SendClientMessage
but ill edit that later i just want an example, because im not sure how to make it...