Posts: 46
Threads: 14
Joined: Jul 2011
Reputation:
0
Hello , and thanks for reading / answering my questions.
1.Is there any way ( I know it is ) to get the Player Checkpoints out of the minimap?Because its annoying to see where everyone is.
I am kinda new in scripting of SAMP so don't be rude.
Thanks again.
Posts: 6,129
Threads: 36
Joined: Jan 2009
You can use
ShowPlayerMarkers to disable global markers/checkpoints for other players on the mini map.
Place this code inside OnGameModeInit:
pawn Код:
ShowPlayerMarkers(PLAYER_MARKERS_MODE_OFF);
Posts: 46
Threads: 14
Joined: Jul 2011
Reputation:
0
Instead of posting a new one , is here a tutorial or something about the
* FrostDoggy command?
Thanks twice.
Posts: 6,129
Threads: 36
Joined: Jan 2009
The /me command is used more commonly in RP servers to do something that other players can't see, for example:
would be an appropriate usage of /me.
Posts: 46
Threads: 14
Joined: Jul 2011
Reputation:
0
My bad I didn't explained good.
I know what that command does , I am asking if is here any tutorial with how to make it.
Posts: 6,129
Threads: 36
Joined: Jan 2009