SA-MP Forums Archive
Help - 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: Help (/showthread.php?tid=153375)



Help - _TeraN_ - 08.06.2010

How to change default pickups of houses and business with information about owner in Godfather mod?


Re: Help - Jochemd - 08.06.2010

CreatePickup(objectid,pickuptype,x,y,z,vw);

Change objectid to any other object ID. https://sampwiki.blast.hk/wiki/Model_ID They are listed there!


Re: Help - _TeraN_ - 08.06.2010

I'm making houses on my server and I want to remove standart pickups which give such information

And I want to place this text on my pickups not as textdraw but as 3d text


Re: Help - Hiddos - 08.06.2010

Instead of showing GameTextForPlayer, show the 3d text (unfamiliar with the functions). It probably will be at the callback that's called every now and then to check if the player is near a pickup.

For the pickups: Replace their ID's


Re: Help - _TeraN_ - 08.06.2010

I want to make something like that on my server, explain me please how to do this
House:

Business:
sa-mp-029.png (1.0 MB)


Re: Help - _TeraN_ - 09.06.2010

Pls help


Re: Help - DJDhan - 09.06.2010

>>>>>>>>USE ME!!!<<<<<<<


Re: Help - Ignas1337 - 09.06.2010

and also a textdraw for level/exp/hours



Re: Help - _TeraN_ - 09.06.2010

I know how to create 3d text, but I don't know how to do 3d text with information about owner, house level and house name.
PS: I'm novice in PAWNO.


Re: Help - _TeraN_ - 09.06.2010

I know how to create 3d text, but I don't know how to do 3d text with information about owner, house level and house name.
PS: I'm novice in PAWNO.