Delete default pickups/ pickup text - 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: Delete default pickups/ pickup text (
/showthread.php?tid=148172)
Delete default pickups/ pickup text -
randomkid88 - 16.05.2010
I was wondering how to get rid of all the info cones at the banks/pd/businesses and such. I deleted the properties folder and texts in the /scriptfiles folder, but they are all still there. Any help is appreciated.
Also, how do you create pickups with the little text labels above them? Its just tiny text above it. I wish I had a good screenshot. If you know what I mean, you'll understand.
Re: Delete default pickups/ pickup text -
Babul - 16.05.2010
its the gl_property filterscript. look in your server.cfg at the line "filterscripts" and remove its entry.
iam wondering why it still creates the pickups, despite you deleted the textfiles which contains the data... weird.
have a look here:
https://sampwiki.blast.hk/wiki/Create3DTextLabel
Re: Delete default pickups/ pickup text -
randomkid88 - 16.05.2010
Thanks for that. And I did remove the gl_property filterscript and the rest of the default ones too, and that only removes the icons, like the sheriffs badge and the dollar sign. The Yellow enter/exit icons are the ones still there I want to get rid of.
And thanks for the TextLabel
Re: Delete default pickups/ pickup text -
KevKo95 - 16.05.2010
I think you want this:
pawn Код:
DisableInteriorEnterExits();
Re: Delete default pickups/ pickup text -
Unte99 - 02.08.2010
Where to put this and how to use it ?
Re: Delete default pickups/ pickup text -
Babul - 02.08.2010
use that command in OnGameModeInit()
Re: Delete default pickups/ pickup text -
Unte99 - 02.08.2010
found out that on other thread , thanks anyway