SA-MP Forums Archive
command get out from car - 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)
+--- Thread: command get out from car (/showthread.php?tid=628814)



command get out from car - crukk11 - 15.02.2017

help me how to get out from car in the sky /command




Re: command get out from car - crukk11 - 15.02.2017

anynone


Re: command get out from car - AndreiWow - 15.02.2017

PHP код:
CMD:ejectme(playeridparams[])
{
    new 
Float:xFloat:yFloat:z;
    
GetPlayerPos(playeridxyz);
    
SetPlayerPos(playeridxyz+5);
    
SendClientMessage(playerid, -1"EJECTED!");
    return 
1;

this?


Re: command get out from car - crukk11 - 15.02.2017

thank for the fast respone

sorry for my bad english