How to make a player RED on map ?
#1

I want to make A BODYGUARD system for this i need:
-To make the person you protect RED on map (checkpoint) how can i do this ?
setplayercheckpoint(protectedperson or how?
Reply
#2

Simply change his name color using
SetPlayerColor
Reply
#3

try https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer

if you use SetPlayerColor, then the red marker player will be visible to all. because you need to get a red gamertag saw only one person?
Reply
#4

It's pretty simple, if you created like: protectedperson in the CMD for the bodyguard, you will just
pawn Код:
SetPlayerMarkerForPlayer(playerid, protectedperson, COLOR_RED);
Make sure you define COLOR_RED of course.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)