SA-MP Forums Archive
Help Players on radar! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help Players on radar! (/showthread.php?tid=196557)



Help Players on radar! - GeonMake - 05.12.2010

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


Re: Help Players on radar! - Alex_Valde - 05.12.2010

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

Add it to your OnGameModeInit() callback.


Re: Help Players on radar! - GeonMake - 05.12.2010

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


Re: Help Players on radar! - Alex_Valde - 05.12.2010

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




Re: Help Players on radar! - GeonMake - 05.12.2010

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


Re: Help Players on radar! - rjjj - 05.12.2010

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


Re: Help Players on radar! - GeonMake - 05.12.2010

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?


Re: Help Players on radar! - Retardedwolf - 05.12.2010

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