[Tutorial] Como fazer um NPC
#10

Quote:
Originally Posted by FireCat
Посмотреть сообщение
OnPlayerUpdate

pawn Код:
new Float:x,Float:y,Float:z;
for(new i = 0;i < MAX_PLAYERS;i++)
{
    if(IsPlayerNPC(i))
    {
        GetVehiclePos(GetPlayerVehicleID(i),x,y,z);
        for(new j = 0; j<MAX_PLAYERS;j++)
        {
            if(IsPlayerInRangeOfPoint(j,5.0,x,y,z))
            {
                //Seu codigo aqui. Exemplo: SetPlayerVelocity
            }
        }
    }
}
@Luis: Se usar alguns includes que fizeram release, pode totalmente controlar.
Puts, OnPlayerUpDate seguido de dois timers, um checa os NPC e o outro checa os players, isso nгo presta

Serб que vocк pode me passar essas includes que dк para controlar os NPC? nunca vi elas ^^
Reply


Messages In This Thread
Como fazer um NPC - by FireCat - 25.07.2011, 17:44
Re: Como fazer um NPC - by Macintosh - 25.07.2011, 17:52
Re: Como fazer um NPC - by FireCat - 25.07.2011, 18:03
Re: Como fazer um NPC - by Caio_Cartaxo - 25.07.2011, 18:05
Re: Como fazer um NPC - by MiTToS - 25.07.2011, 18:09
Re: Como fazer um NPC - by Macintosh - 25.07.2011, 18:17
Re: Como fazer um NPC - by MiTToS - 25.07.2011, 18:24
Re: Como fazer um NPC - by FireCat - 25.07.2011, 18:31
Re: Como fazer um NPC - by ViniBorn - 25.07.2011, 18:32
Re: Como fazer um NPC - by MiTToS - 25.07.2011, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)