command get out from car
#1

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

Reply
#2

anynone
Reply
#3

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

this?
Reply
#4

thank for the fast respone

sorry for my bad english
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)