player on map - 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)
+--- Thread: player on map (
/showthread.php?tid=476790)
player on map -
GrOobY - 20.11.2013
how to hide player fares on map (like a roleplay) please give me code
Re: player on map -
Ardendshy - 20.11.2013
Use this
0xRRGGBB00 in function
SetPlayerColor(playerid,color). Here is example:
Код:
public OnPlayerConnect(playerid)
{
SetPlayerColor(playerid,0xFFFFFF00);
return 1;
}
Re: player on map -
GrOobY - 20.11.2013
Quote:
Originally Posted by Ardendshy
Use this 0xRRGGBB00 in function SetPlayerColor(playerid,color). Here is example:
Код:
public OnPlayerConnect(playerid)
{
SetPlayerColor(playerid,0xFFFFFF00);
return 1;
}
|
at roleplay and public services (have another color) has hidden on map
![Confused](images/smilies/confused.png)