[HELP + IMPORTANT] Simple requests - 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: [HELP + IMPORTANT] Simple requests (
/showthread.php?tid=252938)
[HELP + IMPORTANT] Simple requests -
Clueless - 03.05.2011
I've searched everywhere but I haven't found anything about this, I would like to make a /irc command, like players to communicate with /admins, EG: a player uses /IRC ADMIN PLEASE HELP ME, and only ADMINS can read that chat.
Also something about /jq on and /jq off, so you can see players that connect and leave, you can tog it on and off, by your desire.
Last request, I've been admin on a server which you go ESC + MAP, select a place on map with RIGHT CLICK and when you untab you get TPed there, like MAP TP for ADMINS ONLY.
Please help me,
Note: Whoever helps will of course be included in /credits & script, eg //Clueless for making MAP TP,
Thanks in Advance, Clueless
Re: [HELP + IMPORTANT] Simple requests -
Clueless - 04.05.2011
Anyone got knowledge about this?
Re: [HELP + IMPORTANT] Simple requests -
itachi4x4 - 04.05.2011
For the irc thing, try using this to send a message to admins
forward SendAdminMessage(color, string[]);
And, The right click on map
https://sampwiki.blast.hk/wiki/AllowAdminTeleport
Re: [HELP + IMPORTANT] Simple requests -
Clueless - 04.05.2011
Quote:
Originally Posted by itachi4x4
|
Is there any possibility to make TPs available for all admins?
And the irc thingy, how can I turn it to a cmd?
Re: [HELP + IMPORTANT] Simple requests -
Clueless - 09.05.2011
How can an admin right click on map and when untab it TPs to desired location?
Re: [HELP + IMPORTANT] Simple requests -
xir - 09.05.2011
https://sampwiki.blast.hk/wiki/AllowAdminTeleport
Re: [HELP + IMPORTANT] Simple requests -
Clueless - 09.05.2011
doesnt work and only for rcon
Re: [HELP + IMPORTANT] Simple requests -
iggy1 - 09.05.2011
Also use
pawn Код:
AllowPlayerTeleport(playerid, true);
See
https://sampwiki.blast.hk/wiki/AllowPlayerTeleport