Force to Class Selection
#1

pawn Код:
if(!IsPlayerAdmin(playerid))return 0;
    new tmp[64],id;
    tmp=strtok(cmdtext,idx);
    if(!strlen(tmp)) return 0;
    id=strval(tmp);
    SetPlayerHealth(id,0);
    ForceClassSelection(id);
    return 1;
This is my code.. its in On Player Command Text i have all the neccessary variables for the command.. but it doesnt seem to work
Reply


Messages In This Thread
Force to Class Selection - by spd_sahil - 25.09.2011, 05:25
Re: Force to Class Selection - by [HiC]TheKiller - 25.09.2011, 05:43
Re: Force to Class Selection - by spd_sahil - 25.09.2011, 08:10
Re : Force to Class Selection - by timaoux - 25.09.2011, 08:18
Re: Force to Class Selection - by spd_sahil - 25.09.2011, 08:26
Re : Force to Class Selection - by timaoux - 25.09.2011, 08:45
Re : Force to Class Selection - by timaoux - 25.09.2011, 08:47
Re: Force to Class Selection - by Ash. - 25.09.2011, 08:50
Re : Force to Class Selection - by timaoux - 25.09.2011, 08:50

Forum Jump:


Users browsing this thread: 2 Guest(s)