[Ajuda] Ajuda (preciso aprender isso)
#3

PHP код:
enum mpInfo {
    
mpObjc,
    
Float:mpPos[3]
};
new 
Float:Mecanicos[][mpInfo] = {
  {-
1, {299.272611423.044568.71771}},
  {-
1, {294.432011393.790419.17888}},
  {-
1, {314.096891410.775517.35632}},
  {-
1, {308.554141385.333378.15589}}
};
public 
OnGameModeInit()
{
    for(new 
0sizeof(Mecanicos); i++)
    {
        
Mecanicos[i][mpObjc] = CreateObject(745Mecanicos[i][mpPos][0], Mecanicos[i][mpPos][1], Mecanicos[i][mpPos][2],   0.000000.000000.00000);
    }
    return 
1;
}
public 
OnPlayerKeyStateChange(playeridnewkeysoldkeys)
{
    if(
newkeys KEY_YES)
    {
        for(new 
0sizeof(Mecanicos); i++)
        {
            if(
IsValidObject(Mecanicos[i][mpObjc])) //checar se a pedra existe
            
{
                if(
IsPlayerInRangeOfPoint(playerid5.0Mecanicos[i][mpPos][0], Mecanicos[i][mpPos][1], Mecanicos[i][mpPos][2]))
                {
                    
SendClientMessage(playerid, -1"Vocк esta no raio de uma das pedras");
                    
DestroyObject(Mecanicos[i][mpObjc]);
                    
Mecanicos[i][mpObjc] = -1//por seguranзa resetar a variбvel (evitar conflito de IDs)
                    
return 1;
                }
            }
        }
    }
    return 
1;

Reply


Messages In This Thread
Ajuda (preciso aprender isso) - by iTouchS - 01.12.2017, 10:50
Re: Ajuda (preciso aprender isso) - by ViniBorn - 01.12.2017, 12:56
Re: Ajuda (preciso aprender isso) - by RodrigoMSR - 01.12.2017, 17:34

Forum Jump:


Users browsing this thread: 1 Guest(s)