SA-MP Forums Archive
need help - 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: need help (/showthread.php?tid=111716)



need help - jamesbond007 - 03.12.2009

how can i make it so when a player writes a teleport command lets say /airjump
everyone sees it in chat

ex: i type /airjump
everyone see in chat: jamesbond007 has been teleported to /airjump

please help!


Re: need help - *ToM* - 03.12.2009

pawn Код:
new string[50];
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name,18);
    format(string, sizeof(string), "%s has been teleported to somethin bla bla",name); // it's your message to all
    SendClientMessageToAll(0xC2A2DAAA,string);
You add this into your command


need help - D.duabe - 03.12.2009

I need some help figuring out how to copy a script from here to the stormfront FE.