command(parar, playerid, params []){ new veh = GetPlayerVehicleID(playerid); new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); SetVehicleVelocity(veh, x+0, y+0, z+0); return 1;}