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: Help !!! (
/showthread.php?tid=267573)
Help !!! -
huyhung65ht - 09.07.2011
Sorry my bad English.
I use roleplay gamemode
I want players to show the orange on the map after the player is a crime.
Thanks for reading.
Re: Help !!! -
HayZatic - 09.07.2011
Quote:
Originally Posted by huyhung65ht
Sorry my bad English.
I use roleplay gamemode
I want players to show the orange on the map after the player is a crime.
Thanks for reading.
|
Okay Lets Put It all Together?
SetPlayerColor
Search
Re: Help !!! -
andruz99 - 09.07.2011
Okey il make it easy for you
,
Find the code where players wantedstar is added and add there
Код:
SetPlayerColor(playerid,ORANGE),
and define this at the top of your script
Код:
#define ORANGE 0xFF9933AA
SetPlayerWantedLevel is the function what is called, when adding a new wanted star, so you can find it by pressing ctrl + f and typing it in.
Hope it helps.