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



Pickup help - uprp - 16.08.2011

I recently got an SARP edit..

I dont want shit about how bad it is, all i want is help.

When i go over some pickups at random locations, it says

IN PINK:

* house, type /enter to enter

It sucks, i wanna remove that. i tried searching all over the script but no answer.

Also

How do i make pickups instead of those yellow floating things that you get from SP?

I'm talking about the " i " sign pickups.

I am a newbie at scripting, but don't say anybody shouldnt help a newbie.

Thanks 4 ur help!


Re: Pickup help - PhoenixB - 16.08.2011

https://sampforum.blast.hk/showthread.php?tid=276222 - Explains all about a pickup, read it


Respuesta: Pickup help - uprp - 16.08.2011

Nobody told me how to remove :
When i go over some pickups at random locations, it says

IN PINK:

* house, type /enter to enter


Re: Pickup help - PhoenixB - 16.08.2011

public OnPlayerPickupPickup, search for the GameTextForPlayer that says * house, type /enter to enter and delete the entire line of GameTextForPlayer. Thats how you remove the text. My tutorial explains some aspects of that.


Respuesta: Pickup help - uprp - 16.08.2011

I did, but there is no search result.


Re: Pickup help - Libra_PL - 16.08.2011

Probably you have loaded gl_properties filterscript loaded - unload this.


Respuesta: Pickup help - uprp - 16.08.2011

Done & fixed, thanks.