[Ajuda] Com IsPlayerInArea
#6

Ah, beleza.
Vocк vai fazer assim.
Segundo o tutorial da Wiki (https://sampwiki.blast.hk/wiki/Areacheck)
Crie um SetTimer no seu OnGameModeInit:
PHP код:
SetTimer("isPlayerInArea"10001); 
Depois, adicione a public no final do seu GM:
PHP код:
public isPlayerInArea()
    {    
        new 
Float:XFloat:YFloat:Z;
        for(new 
0MAX_PLAYERS; ++i)
        {
           if(
IsPlayerConnected(i))
           {
               for(new 
=0MAX_GZSh++)
               {           
                  
GetPlayerPos(iXYZ);
                  if(
<= checkGzs[h][0] && >= checkGzs[h][1] && <= checkGzs[h][2] && >= checkGzs[h][3])
                  {
                     if(
GZ_EXISTE[gzsids[h]][0] == 1)
                       {
                          
TextDrawSetString(areaGangZona,"Ta dominado");
                          
TextDrawShowForPlayer(i,areaGangZona);
                       }
                       else
                       {
                          
TextDrawSetString(areaGangZona,"Ninguem dominou");
                          
TextDrawShowForPlayer(i,areaGangZona);
                       }
                  }
                  else
                  {
                      
TextDrawHideForPlayer(i,areaGangZona);
                  }
               }
           }
        }
    } 
Testa isso, se der erro ou ficar bugado me fala.
@edit -
Esqueci, cria a forward pra a public, no topo do GM:
PHP код:
forward isPlayerInArea(); 
Ah, e tambйm apague o cуdigo atual.
Reply


Messages In This Thread
[Ajuda] Com IsPlayerInArea - by cotonete - 15.10.2011, 12:52
Re: [Ajuda] Com IsPlayerInArea - by iansinho - 15.10.2011, 12:57
Re: [Ajuda] Com IsPlayerInArea - by cotonete - 15.10.2011, 12:58
Re: [Ajuda] Com IsPlayerInArea - by iansinho - 15.10.2011, 13:08
Re: [Ajuda] Com IsPlayerInArea - by cotonete - 15.10.2011, 13:10
Re: [Ajuda] Com IsPlayerInArea - by iansinho - 15.10.2011, 13:15
Re: [Ajuda] Com IsPlayerInArea - by cotonete - 15.10.2011, 13:21
Re: [Ajuda] Com IsPlayerInArea - by iansinho - 15.10.2011, 13:25
Re: [Ajuda] Com IsPlayerInArea - by cotonete - 15.10.2011, 13:29
Re: [Ajuda] Com IsPlayerInArea - by iansinho - 15.10.2011, 13:40

Forum Jump:


Users browsing this thread: 5 Guest(s)