How to make a white blip on the minimap for everybody?
#1

I want everybody to be marked on the minimap with a white blip.
How would I do that?
Reply
#2

Using this function SetPlayerMarkerForPlayer

i think is this:
pawn Код:
// OnPlayerConnect
 SetPlayerMarkerForPlayer(playerid, 1, 0xFFFFFF00);
Reply
#3

Quote:
Originally Posted by PT
Посмотреть сообщение
Using this function SetPlayerMarkerForPlayer

i think is this:
pawn Код:
// OnPlayerConnect
 SetPlayerMarkerForPlayer(playerid, 1, 0xFFFFFF00);
But isn't that just making the playerid see ID 1 on the minimap?
Reply
#4

Yes, sorry i'm soo idiot, it's this: SetPlayerColor

pawn Код:
// OnPlayerConnect
SetPlayerColor(playerid, 0xFFFF00AA);
sorry my error...
Reply
#5

Quote:
Originally Posted by PT
Посмотреть сообщение
Yes, sorry i'm soo idiot, it's this: SetPlayerColor

pawn Код:
// OnPlayerConnect
SetPlayerColor(playerid, 0xFFFF00AA);
sorry my error...
Still didn't work :/
Reply
#6

Quote:
Originally Posted by PT
Посмотреть сообщение
Yes, sorry i'm soo idiot, it's this: SetPlayerColor

pawn Код:
// OnPlayerConnect
SetPlayerColor(playerid, 0xFFFF00AA);
sorry my error...
i wrong the color here

it is
pawn Код:
SetPlayerColor(playerid, 0xFFFFFFAA);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)