[Ajuda] Verificar ъltimo veнculo do player
#2

Aqui tem uma base:

pawn Код:
new UltimoVeiculo[MAX_PLAYERS];

public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    UltimoVeiculo[playerid] = vehicleid;
    return 1;
}

YCMD:ultimocarro(playerid, params[], help)
{
    new PT[50];
    format(PT, sizeof(PT), "Seu ultimo carro foi %i", UltimoVeiculo[playerid]);
    SendClientMessage(playerid, -1, PT);
    return 1;
}
Reply


Messages In This Thread
Verificar ъltimo veнculo do player - by PetterAdriano - 17.01.2015, 22:27
Re: Verificar ъltimo veнculo do player - by PT - 17.01.2015, 22:34
Re: Verificar ъltimo veнculo do player - by PetterAdriano - 17.01.2015, 22:50
Re: Verificar ъltimo veнculo do player - by DiegoLeo - 17.01.2015, 23:18
Re: Verificar ъltimo veнculo do player - by PetterAdriano - 17.01.2015, 23:25
Re: Verificar ъltimo veнculo do player - by MultiKill - 17.01.2015, 23:35
Re: Verificar ъltimo veнculo do player - by Rodney Francalim - 18.01.2015, 00:05
Re: Verificar ъltimo veнculo do player - by PT - 18.01.2015, 00:10

Forum Jump:


Users browsing this thread: 4 Guest(s)