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


Messages In This Thread
ForceClassSelection problem - Class selection without kill - by Luka P. - 20.10.2009, 17:40
Re: ForceClassSelection problem - Class selection without kill - by woot - 20.10.2009, 19:03

Forum Jump:


Users browsing this thread: 2 Guest(s)