[SUGESTAO]LVDM - r0x
#8

Quote:
Originally Posted by LuCaS_
nгo й preciso um sistema sу pra fazer uma simples GZ dominavel oO
pawn Код:
forward Dominando(playerid);

new gz;

//OnGameModeInit()
gz = GangZoneCreate(min.x, min.y, max.x, max.y);

//OnPlayerSpawn(playerid)
GangZoneShowForPlayer(playerid, gz, COR);

//OnPlayerCommandText(playerid, cmdtext[])
if(strcmp(cmdtext, "/gz", true) == 0)
{
   if(IsPlayerInRangeOfPoint(playerid, raio, x, y, z)//crie um pickup
   {
     GangZoneFlashForAll(gz, COR);
     SetTimer("Dominando", 30000, 0);//30000 й o tempo
     //add mais coisas como "%s esta dominando sei la"
   }
   return 1;
}
public Dominando(playerid)
{
  GangZoneDestroy(gz);
  GangZoneCreate(min.x, min.y, max.x, max.y);//as mesmas coordenadas do primeiro
  GangZoneShowForAll(gz, COR);
  return 1;
}
nгo testei, fiz rapido, aperfeiзoe isto e vocк tera uma GZ dominavel
Obrigado pela consideraзгo , e se lhe insultei desculpe nao estou mt bem hoje , estarei a Testar o Tuto !
Reply


Messages In This Thread
[SUGESTAO]LVDM - r0x - by hudsonramos10 - 17.02.2010, 19:48
Re: [SUGESTAO]LVDM - r0x - by Ricop522 - 17.02.2010, 20:19
Re: [SUGESTAO]LVDM - r0x - by hudsonramos10 - 17.02.2010, 20:44
Re: [SUGESTAO]LVDM - r0x - by Lucas_Brasil - 17.02.2010, 21:29
Re: [SUGESTAO]LVDM - r0x - by gutm4 - 17.02.2010, 23:34
Re: [SUGESTAO]LVDM - r0x - by hudsonramos10 - 18.02.2010, 09:45
Re: [SUGESTAO]LVDM - r0x - by Lucas_Brasil - 18.02.2010, 13:34
Re: [SUGESTAO]LVDM - r0x - by hudsonramos10 - 18.02.2010, 15:08
Re: [SUGESTAO]LVDM - r0x - by xolp25 - 18.02.2010, 18:35
Re: [SUGESTAO]LVDM - r0x - by Lucas_Brasil - 18.02.2010, 22:15

Forum Jump:


Users browsing this thread: 3 Guest(s)