[Ajuda] Bug de Carro
#8

Apenas um exemplo simples

pawn Код:
public OnGameModeInit() {
SetTimer("CriarCarros", 5000, false);
return 1;
}

forward CriarCarros();
public CriarCarros() {
        CreateVehicle(468,-1445.6392,-592.3033,1055.7831,90.2133,-1,-1,60000);
    CreateVehicle(468,-1433.1708,-592.4930,1055.6533,92.4067,-1,-1,60000);
    CreateVehicle(468,-1448.5325,-584.4943,1055.4949,95.5400,-1,-1,60000);
    CreateVehicle(468,-1434.8973,-585.1266,1055.2488,91.1533,-1,-1,60000);
return 1;
Isto й apenas um exemplo.
Reply


Messages In This Thread
Bug de Carro - by LocoGamer - 12.10.2014, 19:08
Re: Bug de Carro - by ipsLuan - 12.10.2014, 19:13
Re: Bug de Carro - by LocoGamer - 12.10.2014, 19:16
Re: Bug de Carro - by ArthurxD - 12.10.2014, 19:22
Re: Bug de Carro - by ipsLuan - 12.10.2014, 19:23
Re: Bug de Carro - by ExPLORE - 12.10.2014, 19:23
Re: Bug de Carro - by LocoGamer - 12.10.2014, 19:24
Re: Bug de Carro - by ipsLuan - 12.10.2014, 19:30
Re: Bug de Carro - by LocoGamer - 12.10.2014, 19:32
Re: Bug de Carro - by ipsLuan - 12.10.2014, 19:35

Forum Jump:


Users browsing this thread: 1 Guest(s)