[Ajuda] Ajudinha
#4

pawn Код:
new Text3D:CarroCS[MAX_PLAYERS];// topo
forward VerificarVeiculo(playerid);
public VerificarVeiculo(playerid)
{
    new Float:X, Float:Y,Float:Z;
    for(new c = 0; c <= 10; c++)
    {
        if(IsPlayerInVehicle(playerid, VSpawn[c]))
        {
            VSpawn[playerid] = Create3DTextLabel(" Texto aqui ", -1, X, Y, Z+1, 30, 0, 9);
            Attach3DTextLabelToVehicle(CarroCS[playerid], CarrosCC[c], 0, 0, 0);
            return 1;
        }
    }
    return 1;
}
Peguei de um sistema do meu gamemode...
Reply


Messages In This Thread
Ajudinha - by mau.tito - 06.01.2013, 14:26
Re: Ajudinha - by Lуs - 06.01.2013, 14:35
Re: Ajudinha - by mau.tito - 06.01.2013, 14:48
Re: Ajudinha - by FleXx_01 - 06.01.2013, 14:53
Re: Ajudinha - by Larceny - 06.01.2013, 15:00
Re: Ajudinha - by Lуs - 06.01.2013, 15:02

Forum Jump:


Users browsing this thread: 1 Guest(s)