Posts: 1,419
Threads: 264
Joined: Jan 2009
Reputation:
0
Hey guys. I never did this before.
I want that no one sees any player marker on their radar.
But when someone types /backup his player marker will show up.
can someone give me that little script?
Thanks in regards
Posts: 6,129
Threads: 36
Joined: Jan 2009
Код:
COMMAND:backup(playerid, params[])
{
SetPlayerColor(playerid, 0xE60000FF);
return 1;
}
You'll need zcmd.
Posts: 1,419
Threads: 264
Joined: Jan 2009
Reputation:
0
But this will set your color to that.
I want that the radar has NO player markers.
But when someone types /backup there will be a marker of him on the radar.
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by bartje01
But this will set your color to that.
I want that the radar has NO player markers.
But when someone types /backup there will be a marker of him on the radar.
|
The color will change anyway, even with SetPlayerMarkerForPlayer.
Posts: 1,419
Threads: 264
Joined: Jan 2009
Reputation:
0
alright, but that is not really neccesary. I want that no one is one that radar. I want that you only will be displayed when you type /backup. please make that
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by bartje01
alright, but that is not really neccesary. I want that no one is one that radar. I want that you only will be displayed when you type /backup. please make that
|
That's how it works, you need to type /backup then it shows on the radar.
Posts: 1,419
Threads: 264
Joined: Jan 2009
Reputation:
0
and can you also show me how to hide veryone on the radar at ongamemodeinit?
Posts: 1,419
Threads: 264
Joined: Jan 2009
Reputation:
0
they are still displayed when I get into the game car