how to delete player icons?? - 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: how to delete player icons?? (
/showthread.php?tid=144292)
how to delete player icons?? -
Closer - 26.04.2010
hi guys.. ive got a questions.
(first, i searched and i didnt find anything what is like my theard.)
id like to delete the player "quadrangle" on the card. i dont know whether this name is correct but i want it like in rl servers that nobody can see where i am on the card.
i hope you can help me
regars
relax
Re: how to delete player icons?? -
Hiddos - 28.04.2010
pawn Код:
public OnGameModeInit()
{
ShowPlayerMarkers(0);
//rest of code
return 1;
}
Re: how to delete player icons?? -
Closer - 28.04.2010
thanks a lot i will try it immediately and will let you know whether it worked
edit: thanks it has worked. theard can be closed =)