Why is this cmd not working?
#7



Can you just tell me why this isnt working?

PHP код:
CMD:veh(playeridparams[]) 

    new 
vehidfloat:xfloat:yfloat:z
    if(
sscanf(params"i"vehid)) return SendClientMessage(playerid, -1"[USAGE]: /veh [vehid]"); 
    
GetPlayerPos(playeridxyz); 
    
CreateVehicle(vehidx+3.0yz0.0000); 
    return 
1

Reply


Messages In This Thread
Why is this cmd not working? - by aKnoxx - 24.12.2018, 06:26
Re: Why is this cmd not working? - by BeckzyBoi - 24.12.2018, 06:34
Re: Why is this cmd not working? - by aKnoxx - 24.12.2018, 06:39
Re: Why is this cmd not working? - by BeckzyBoi - 24.12.2018, 06:42
Re: Why is this cmd not working? - by aKnoxx - 24.12.2018, 06:45
Re: Why is this cmd not working? - by BeckzyBoi - 24.12.2018, 06:51
Re: Why is this cmd not working? - by aKnoxx - 24.12.2018, 06:54
Re: Why is this cmd not working? - by BeckzyBoi - 24.12.2018, 06:55
Re: Why is this cmd not working? - by aKnoxx - 24.12.2018, 07:02

Forum Jump:


Users browsing this thread: 1 Guest(s)