SA-MP Forums Archive
Disabling some stuff on server - 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)
+--- Thread: Disabling some stuff on server (/showthread.php?tid=534340)



Disabling some stuff on server - Jigsaw123 - 29.08.2014

Hey.. Im wondering If it is possible to Disable the MINI Map? so players cant see it anymore? also..
When players join.. It says;
Connecting to Server...
Connected. Joining ''xxx''.

I put SendClientMessage(playerid, -1, " "); x10 in onplayerconnect to make that dissapear,
but it still shows ''Connected. Joining Example." is there a way to make that dissapear aswell?

Thank you!


Re: Disabling some stuff on server - Prostilov - 29.08.2014

Quote:
Originally Posted by Jigsaw123
Посмотреть сообщение
Hey.. Im wondering If it is possible to Disable the MINI Map? so players cant see it anymore? also..
When players join.. It says;
Connecting to Server...
Connected. Joining ''xxx''.

I put SendClientMessage(playerid, -1, " "); x10 in onplayerconnect to make that dissapear,
but it still shows ''Connected. Joining Example." is there a way to make that dissapear aswell?

Thank you!
The server doesn't send those messages, it's the client. You can't remove them.


Re: Disabling some stuff on server - DavidBilla - 29.08.2014

I guess you can make the minimap disappear only with a textdraw.

Set a timer and make it in such a way that the client message is sent after a few seconds after the player connects to the server.