How would I make a /reclass command?
#5

pawn Код:
if(!strcmp(cmdtext, "/class", true))
{
    ForceClassSelection(playerid);
    SetPlayerHealth(playerid,0);
    return 1;
}
Wiki is your friend: https://sampwiki.blast.hk/wiki/ForceClassSelection
Reply


Messages In This Thread
How would I make a /reclass command? - by Georgelopez1 - 03.10.2010, 16:17
Re: How would I make a /reclass command? - by Dolph - 03.10.2010, 16:20
Re: How would I make a /reclass command? - by ScottCFR - 03.10.2010, 16:21
Re: How would I make a /reclass command? - by Georgelopez1 - 03.10.2010, 16:23
Re: How would I make a /reclass command? - by Conroy - 03.10.2010, 16:24
Re: How would I make a /reclass command? - by Georgelopez1 - 03.10.2010, 16:25
Re: How would I make a /reclass command? - by ScottCFR - 03.10.2010, 17:04

Forum Jump:


Users browsing this thread: 2 Guest(s)