Help Players on radar!
#1

And I'd like to know how to see the players are on the radar
Reply
#2

I don't really understand your question, but try this:
ShowPlayerMarkers(1);

Add it to your OnGameModeInit() callback.
Reply
#3

Quote:
Originally Posted by Alex_Valde
Посмотреть сообщение
I don't really understand your question, but try this:
ShowPlayerMarkers(1);

Add it to your OnGameModeInit() callback.
I did this but it does not work
Reply
#4

Dude can you explain little what you want 'cause I just can't understand what you want.
Just little more info please.

Reply
#5

I want to make me see the players on the mini map!
Reply
#6

I think that it can solve your problem:


Put it in a command or maybe in the OnGameModeInit but i do not know if it is possible...


pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
    {
        new Float:X,Float:Y,Float:Z;
        GetPlayerPos(i, X,Y,Z);
        SetPlayerCheckpoint(i, X,Y,Z, 6);
    }

I hope i havel helped
Reply
#7

Quote:
Originally Posted by rjjj
Посмотреть сообщение
I think that it can solve your problem:


Put it in a command or maybe in the OnGameModeInit but i do not know if it is possible...


pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
    {
        new Float:X,Float:Y,Float:Z;
        GetPlayerPos(i, X,Y,Z);
        SetPlayerCheckpoint(i, X,Y,Z, 6);
    }

I hope i havel helped
nothing .. else?
Reply
#8

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


Forum Jump:


Users browsing this thread: 1 Guest(s)