need help
#1

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!
Reply
#2

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
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)