[Ajuda] Esta luz a dar de dia....
#1

Boa tarde galera!!!

Alguйm me consegue ajudar neste problema?.

Queria colocar este objecto, que й de uma luz a piscar a dar de dia tbm, neste momento sу da de noite.

objecto: 19294
Reply
#2

Basta colocar:
pawn Код:
CreateObject(id, cordenadas x, cordenadas y, cordenadas z, rotaзгo x, rotaзгo y, rotaзгo z, distancia para ver o objeto);
Em:
pawn Код:
public OnGameModeInit()
{

}
Exemplo:
pawn Код:
public OnGameModeInit()
{
    CreateObject(19294, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0);
    return 1;
}
Recomendo vocк dar uma olhada aqui: https://sampwiki.blast.hk/wiki/CreateObject
E aqui: https://sampwiki.blast.hk/wiki/YSI:Using_Objects

Abraзs!
Reply
#3

nada cara, antes ainda aparecia a luz de dia agora nem aparece.

Код:
 public OnGameModeInit()
{
	for (new c = 0; c < MAX_VEHICLES; c++)
	{
	    luz[c] = CreateObject(19294,0,0,-1000,0,0,0,100);
	}
Код:
 if (strcmp("/luz", cmdtext, true) == 0)
    {
        if(IsPlayerInAnyVehicle(playerid))
        {
            new carro = GetPlayerVehicleID(playerid);
			AttachObjectToVehicle(luz[carro], carro, -0.974999,2.325000,-0.224999,0.000000,0.000000,0.000000);
        }
        else
        {
            SendClientMessage(playerid,Amarelo,"nao estas num carro!");
        }
        return 1;
    }
Reply
#4

alguйm?
Reply
#5

Quote:
Originally Posted by Skash
Посмотреть сообщение
Basta colocar:
pawn Код:
CreateObject(id, cordenadas x, cordenadas y, cordenadas z, rotaзгo x, rotaзгo y, rotaзгo z, distancia para ver o objeto);
Em:
pawn Код:
public OnGameModeInit()
{

}
Exemplo:
pawn Код:
public OnGameModeInit()
{
    CreateObject(19294, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0);
    return 1;
}
Recomendo vocк dar uma olhada aqui: https://sampwiki.blast.hk/wiki/CreateObject
E aqui: https://sampwiki.blast.hk/wiki/YSI:Using_Objects

Abraзs!
WTF ?!

Quote:
Originally Posted by Hydra_RuleZ
Посмотреть сообщение
nada cara, antes ainda aparecia a luz de dia agora nem aparece.

Код:
 public OnGameModeInit()
{
	for (new c = 0; c < MAX_VEHICLES; c++)
	{
	    luz[c] = CreateObject(19294,0,0,-1000,0,0,0,100);
	}
Код:
 if (strcmp("/luz", cmdtext, true) == 0)
    {
        if(IsPlayerInAnyVehicle(playerid))
        {
            new carro = GetPlayerVehicleID(playerid);
			AttachObjectToVehicle(luz[carro], carro, -0.974999,2.325000,-0.224999,0.000000,0.000000,0.000000);
        }
        else
        {
            SendClientMessage(playerid,Amarelo,"nao estas num carro!");
        }
        return 1;
    }
Este comando estб dando errado, pelo que eu vejo, porque estб na callback OnGameModeInit, quando deveria estar na OnPlayerCommandText.
Reply
#6

nгo nгo , eu й que me enganei e coloquei ele aqui no forum junto com OnGameModeInit , mas na verdade ele estб OnPlayerCommandText e continua a nгo dar :/
Reply
#7

ninguйm consegue resolver?
Reply
#8

alguem?
Reply
#9

por favor alguйm capaz de me ajudar?
Reply
#10

Cuidado com o Double Post!

OnGameModeInit

PHP код:
new Luz CreateObject(...); 
Comando

PHP код:
new vehicleid GetPlayerVehicleID(playerid);
AttachObjectToVehicle(Luzvehicleid0.00.01.00.00.00.0); 
Crйditos: Wiki SA-MP
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)