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=140237)



Pickup (Help) - Jay. - 08.04.2010

Hey erm does anyone know how to make so when somone walks past a pickup it shows a message?


i tryed putting the Pickup under OnGamodeInt, Then typed SendClientMessage(playerid,"TEXT");


And it just said unidentifed simble Playerid

So how do u do it i know it's possible

because iv'e seen it in servers many times Reply if u can help thank you very much


Re: Pickup (Help) - xxjackoxx - 08.04.2010

https://sampwiki.blast.hk/wiki/Pickups

I assume you just have when the pick it up SendClientMessage(playerid, COLOR_WHITE,"text here");
so just edit the example on that link to include that^^


Re: Pickup (Help) - DarkPower - 08.04.2010

Pickup dont need playerid....It need but when you need to show just for a player


Re: Pickup (Help) - Jay. - 08.04.2010

Thank you all for your help