How to make a player location system?
#1

I don't know the exact name, but how do you make it so different classes are different colors, and then they have those little squares/arrows on the radar?

I already searched "location system" and didn't find anything of use.
Reply
#2

pawn Код:
//onplayerrequestclass
if(classid == 0) { SetPlayerColor(playerid, color); }
else if (classid == 1) { SetPlayerColor(playerid, color); } // ect ect

//ongamemodeinit
ShowPlayerMarkers(1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)