SA-MP Forums Archive
Cmd Eject me - 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: Cmd Eject me (/showthread.php?tid=241854)



Cmd Eject me - Venice - 18.03.2011

I Need Cmd For Eject myself in my car. Anyone ??


Re: Cmd Eject me - alpha500delta - 18.03.2011

https://sampwiki.blast.hk/wiki/RemovePlayerFromVehicle


Re: Cmd Eject me - Marricio - 18.03.2011

pawn Код:
if(strcmp(cmdtext,"/ejectmyself",true))
{
    RemovePlayerFromVehicle(playerid);
}



Re: Cmd Eject me - Venice - 18.03.2011

Thanks For Fast Reply