SA-MP Forums Archive
ForceClassSelection problem - Class selection without kill - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: ForceClassSelection problem - Class selection without kill (/showthread.php?tid=103634)



ForceClassSelection problem - Class selection without kill - Luka P. - 20.10.2009

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;
}



Re: ForceClassSelection problem - Class selection without kill - woot - 20.10.2009

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