How to create Force command /reclass? [REP+]
#1

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

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

wrong i dont use dcmd i use if(strcmp(cmdtext
Reply
#4

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

ty rep+
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)