/join command
#4

Quote:
Originally Posted by STONEGOLD
Посмотреть сообщение
i want player type /join command all tp to me like i make hide n seek event [..]
Quote:
Originally Posted by STONEGOLD
Посмотреть сообщение
[..] i said anyone want join event type /join or /yes
Which of them. What exactly join command want to do, to teleport all to you, all request players and on /yes teleport them on you?
Here is the first case. All to you.
pawn Код:
CMD:join( playerid, params[ ] )
{
    if( !IsPlayerAdmin( playerid ) ) return SendClientMessage( playerid, -1, "You aren't Rcon Admin!" );
    new Float:XPos, Float:YPos, Float:ZPos;
    GetPlayerPos( playerid, XPos, YPos, ZPos );
    for( new i = 0; i < MAX_PLAYERS; i ++ )
    {
        SetPlayerPos( i, XPos, YPos, ZPos );
        SendClientMessage( i, -1, "The {FF0000}Hide n' Seek {FFFFFF}Event has started!" );
    }
    return 1;
}
Reply


Messages In This Thread
/join command - by STONEGOLD - 05.03.2012, 18:45
Re: /join command - by Max_Coldheart - 05.03.2012, 18:49
Re: /join command - by Fantastic - 05.03.2012, 19:04
Re: /join command - by Konstantinos - 05.03.2012, 19:26
Re: /join command - by STONEGOLD - 05.03.2012, 20:00
Re: /join command - by Scones - 05.03.2012, 23:10
Re: /join command - by AngryUnibrow - 06.03.2012, 00:05

Forum Jump:


Users browsing this thread: 2 Guest(s)