SA-MP Forums Archive
How to create Force command /reclass? [REP+] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to create Force command /reclass? [REP+] (/showthread.php?tid=330747)



How to create Force command /reclass? [REP+] - [FoR]EveR - 02.04.2012

Hi all. I want for my ultimate trucking server /reclass command (force class)?
But my trucking server using if(strcmp(cmdtext


Re: How to create Force command /reclass? [REP+] - ReneG - 02.04.2012

Errrrm? Goggle it yea?
pawn Код:
dcmd_reclass(playerid,params[])
{
    ForceClassSelection(playerid);
    return 1;
}



Re: How to create Force command /reclass? [REP+] - [FoR]EveR - 02.04.2012

wrong i dont use dcmd i use if(strcmp(cmdtext


Re: How to create Force command /reclass? [REP+] - ReneG - 02.04.2012

pawn Код:
if(!strcmp(cmdtext,"/reclass",true))
{
    ForceClassSelection(playerid);
    return 1;
}



Re: How to create Force command /reclass? [REP+] - [FoR]EveR - 02.04.2012

ty rep+