SA-MP Forums Archive
A question - 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: A question (/showthread.php?tid=272444)



A question - FrostDoggy - 28.07.2011

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.


Re: A question - Calgon - 28.07.2011

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);



Re: A question - FrostDoggy - 28.07.2011

Instead of posting a new one , is here a tutorial or something about the

* FrostDoggy command?

Thanks twice.


Re: A question - Calgon - 28.07.2011

The /me command is used more commonly in RP servers to do something that other players can't see, for example:

Quote:

/me slaps Jack

would be an appropriate usage of /me.


Re: A question - FrostDoggy - 28.07.2011

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.


Re: A question - Calgon - 28.07.2011

https://sampwiki.blast.hk/wiki/Using_strcmp%28%29