Mark Position Radar [REP+]
#1

I want a command which can mark other players position on radar. It shows their position & can only be used by Rcon admin.. Can you make for me?
Reply
#2

Look on the wiki next time, https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer
Reply
#3

I know that.

But i want script not links. Please make a command /markplayerpos <id> or /mpp <id> which can show location of specific player in radar & can be run only by rcon admin.
Thank you
Reply
#4

pawn Код:
if(strcmp("/showmarkeronmap 1",cmdtext,true) == 0)
{
If(IsPlayerAdmin(playerid))
{
SetPlayerMarkerForPlayer(1,playerid,0xFFFFFFFF);
}
else
{
}
return 1;
}
Reply
#5

Quote:
Originally Posted by HDFord
Посмотреть сообщение
pawn Код:
if(strcmp("/showmarkeronmap 1",cmdtext,true) == 0)
{
If(IsPlayerAdmin(playerid))
{
SetPlayerMarkerForPlayer(1,playerid,0xFFFFFFFF);
}
else
{
}
return 1;
}
Indention OCD XD
Reply
#6

Quote:
Originally Posted by HDFord
Посмотреть сообщение
pawn Код:
if(strcmp("/showmarkeronmap 1",cmdtext,true) == 0)
{
If(IsPlayerAdmin(playerid))
{
SetPlayerMarkerForPlayer(1,playerid,0xFFFFFFFF);
}
else
{
}
return 1;
}
Okay.. but i want the maker only shown for rcon admin not all players..

Thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)