[Ajuda] Comando Parar
#4

pawn Код:
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;
}
tenta ai
Reply


Messages In This Thread
Comando Parar - by Valdemiro - 03.06.2014, 22:01
Re: Comando Parar - by Lucas-Fc - 03.06.2014, 22:07
Re: Comando Parar - by Valdemiro - 03.06.2014, 22:16
Re: Comando Parar - by Lucas-Fc - 03.06.2014, 22:20
Re: Comando Parar - by Valdemiro - 03.06.2014, 22:28
Re: Comando Parar - by Lucas-Fc - 03.06.2014, 22:32
Re: Comando Parar - by DoN_ReNaTo - 03.06.2014, 22:33
Re: Comando Parar - by Smoking_Script - 03.06.2014, 22:39
Re: Comando Parar - by Valdemiro - 03.06.2014, 22:47
Re: Comando Parar - by Smoking_Script - 03.06.2014, 22:59

Forum Jump:


Users browsing this thread: 3 Guest(s)