07.05.2013, 22:35
I'm trying to set up a command that shows a player marker to the player that typed the command. It's basically for police to track other players.
It changes their name colour to red and I want it to show their marker. However, in my OnGameModeInit I have ShowPlayerMarkers(0);
When I type the command, I have SetPlayerMarkerForPlayer(playerid, giveplayerid, 0xFF0000AA);
It turns the name red, but doesn't show a marker.
Any help greatly appreciated.
It changes their name colour to red and I want it to show their marker. However, in my OnGameModeInit I have ShowPlayerMarkers(0);
When I type the command, I have SetPlayerMarkerForPlayer(playerid, giveplayerid, 0xFF0000AA);
It turns the name red, but doesn't show a marker.
Any help greatly appreciated.