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(playerid, params[])
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
SetPlayerPos(playerid, x, y, z+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