15.02.2017, 14:14
help me how to get out from car in the sky /command



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