25.07.2011, 18:31
Quote:
Sem chance -q
meu GM tem quase mil linhas e nгo uso timer algum, nem para paydya. E nгo serб por isso que vou adicionar timer rs Sou anti timer :/ |
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
}
}
}
}