[DUVIDA]Criar carro em frente ao player
#2

pawn Код:
CMD:criarveiculo(playerid)
{
    new Float:X,Float:Y,Float:Z, Float:A;
    GetPlayerPos(playerid,X,Y,Z, A);
    AddStaticVehicle(id do carro, X, Y+5, Z, A, 0, 0);
    return true;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)