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



Help please - bartje01 - 01.01.2011

Hey guys. Is it possible to show a ICON just for one single player?


Re: Help please - Grim_ - 01.01.2011

I am assuming you are talking about map icons?

If so, yes, it is default to only show for one player (since the function is SetPlayerMapIcon)

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


Re: Help please - bartje01 - 01.01.2011

Oh yes. But I mean a pickup xD I'm sorry


Re: Help please - Grim_ - 01.01.2011

In that case, no, unless you set the player in their own virtual world with the pickup. But that would make the player not be able to see others.

You could just only enable the effect of the pickup for a single player, however.


Re: Help please - bartje01 - 01.01.2011

And is it able to make a small checkpoint without showing it on the map for a single player?


Re: Help please - Grim_ - 01.01.2011

Yes, checkpoints are also player only - Check it out

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


Re: Help please - DVDK - 01.01.2011

Yes, with SetPlayerCheckpoint


Re: Help please - bartje01 - 01.01.2011

SetPlayerCheckpoint will showup on your map


Re: Help please - Grim_ - 01.01.2011

Yes, it will. And only on the players map who has the checkpoint set - exactly what you are looking for ( I believe.. )


Re: Help please - bartje01 - 01.01.2011

Nvm. I know how I will do it. Thanks anyways