[Ajuda] Como Mudar Ou Setar Veiculos Civis ?
#3

Amigo Vladimir, o fato de vocк criar um tуpico jб nos faz enxergб-lo, nгo precisa por esse exagerado tamanho e negrito nas letras....
Por favor queira ler isso, poderб ajudб-lo em sua dъvida: http://forum.sa-mp.com/showthread.ph...arros+privados

ou se preferir veja um exe:

pawn Код:
#include <a_samp>
new privatecars;
public OnGameModeInit()
{
    privatecars = AddStaticVehicle(411, 248.2920000, -1801.4291000, 4.4594000, 0.0000000, 3, 3);
    return 1;
}
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER && GetPlayerVehicleID(playerid) == privatecars)
    {
        new name[MAX_PLAYER_NAME];
        GetPlayerName(playerid, name, sizeof(name));
        if(strcmp(name, "Bizza", false))
        {
            RemovePlayerFromVehicle(playerid);
            SendClientMessage(playerid, 0x281aeb, "This vehicle doesn't belong to you");
        }
    }
    return 1;
}
Reply


Messages In This Thread
Como Mudar Ou Setar Veiculos Civis ? - by VladimireG - 31.10.2013, 02:19
Re: Reiniciar Servidor - by Chazika - 31.10.2013, 14:53
Re: Como Mudar Ou Setar Veiculos Civis ? - by silenthill - 31.10.2013, 15:27
Re: Como Mudar Ou Setar Veiculos Civis ? - by XxFaTaLxX - 31.10.2013, 15:31

Forum Jump:


Users browsing this thread: 1 Guest(s)