ForceClassSelection problem - Class selection without kill
#1

Is there any way to teleport to class selection.
I've used ForceClassSelection and then SetPlayerHealth(playerid,0);
and that doesn't look nice when you are on server. You type /classselection and you are dead

pawn Код:
if(strcmp(cmd,"/classselection",true)==0)
{
    ForceClassSelection(playerid);
    SetPlayerHealth(playerid,0);
    return 1;
}
Reply
#2

Nope, the max thing you can do is a custom one.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)