[Help] Forces the user to spawn
#2

you mean to re select the class?

i use this YCMD command
edit it how you like

pawn Код:
YCMD:reclass(playerid, params[], help)
{

#pragma unused params
    if (help)
    {
        SendClientMessage(playerid, 0xFF0000AA, "Pick A New Class.");
    }
    else
    {
        ForceClassSelection(playerid);
        TogglePlayerSpectating(playerid, 1);
        SendClientMessage(playerid,-1,"Returning To Class Selection ... Please Wait.");
        TogglePlayerSpectating(playerid, 0);
    }
    return 1;
}


This forum requires that you wait 120 seconds between posts. Please try again in 6 seconds. <~~~ lol
Reply


Messages In This Thread
[Help] Forces the user to spawn - by VMe89 - 18.03.2012, 15:57
Re: [Help] Forces the user to spawn - by Jonny5 - 18.03.2012, 16:01
Re: [Help] Forces the user to spawn - by Tanush123 - 18.03.2012, 16:14
Re: [Help] Forces the user to spawn - by VMe89 - 18.03.2012, 16:15
Re: [Help] Forces the user to spawn - by VMe89 - 18.03.2012, 16:17
Re: [Help] Forces the user to spawn - by Tanush123 - 18.03.2012, 16:19
Re: [Help] Forces the user to spawn - by VMe89 - 18.03.2012, 16:46

Forum Jump:


Users browsing this thread: 3 Guest(s)