[Off] Estou tentando aprender :\
#26

pawn Code:
enum Ban
{
          Banido,
          NaoBanido
};

public OnPlayerSpawn(playerid)
{
          if(Ban[playerid][NaoBanido])
          {
                    SetPlayerPos(playerid,1000.0,1000.0,1000.0);
                    return 1;
          }
          else if(Ban[playerid][Banido])
          {
                    Kick(playerid);
                    return 1;
          }
          return 1;
}
Ta ai um bom exemplo de Enum.
Reply


Messages In This Thread
Estou tentando aprender :\ - by Lucas-Fc - 23.11.2012, 14:55
Re: Estou tentando aprender :\ - by Q.I - 23.11.2012, 14:58
Re: Estou tentando aprender :\ - by BielCOP - 23.11.2012, 14:59
Re: Estou tentando aprender :\ - by Lucas-Fc - 23.11.2012, 15:02
Re: Estou tentando aprender :\ - by Q.I - 23.11.2012, 15:03
Re: Estou tentando aprender :\ - by BielCOP - 23.11.2012, 15:05
Re: Estou tentando aprender :\ - by Q.I - 23.11.2012, 15:08
Re: Estou tentando aprender :\ - by Lucas-Fc - 23.11.2012, 15:12
Re: Estou tentando aprender :\ - by Maklister - 23.11.2012, 15:18
Re: Estou tentando aprender :\ - by Lucas-Fc - 23.11.2012, 15:20
Re: Estou tentando aprender :\ - by Abravanel - 23.11.2012, 15:21
Re: Estou tentando aprender :\ - by Sky™ - 23.11.2012, 15:21
Re: Estou tentando aprender :\ - by paulor - 23.11.2012, 15:24
Re: Estou tentando aprender :\ - by Lucas-Fc - 23.11.2012, 15:24
Re: Estou tentando aprender :\ - by Maklister - 23.11.2012, 15:25
Re: Estou tentando aprender :\ - by [FeK]Knife - 23.11.2012, 15:28
Re: Estou tentando aprender :\ - by Lucas-Fc - 23.11.2012, 15:29
Re: Estou tentando aprender :\ - by [FeK]Knife - 23.11.2012, 15:33
Re: Estou tentando aprender :\ - by Maklister - 23.11.2012, 15:35
Re: Estou tentando aprender :\ - by Lucas-Fc - 23.11.2012, 15:37
Re: Estou tentando aprender :\ - by Maklister - 23.11.2012, 15:38
Re: Estou tentando aprender :\ - by Lucas-Fc - 23.11.2012, 15:41
Re: Estou tentando aprender :\ - by [FeK]Knife - 23.11.2012, 15:43
Re: Estou tentando aprender :\ - by Maklister - 23.11.2012, 15:50
Re: Estou tentando aprender :\ - by paulor - 23.11.2012, 15:57
Re: Estou tentando aprender :\ - by BielCOP - 23.11.2012, 16:00
Re: Estou tentando aprender :\ - by [FeK]Knife - 23.11.2012, 16:03
Re: Estou tentando aprender :\ - by paulor - 23.11.2012, 16:21
Re: Estou tentando aprender :\ - by AmericanStyle'™ - 23.11.2012, 16:43
Re: Estou tentando aprender :\ - by Maklister - 23.11.2012, 17:05
Re: Estou tentando aprender :\ - by Lucas-Fc - 23.11.2012, 19:35
Re: Estou tentando aprender :\ - by Lucas-Fc - 23.11.2012, 23:47
Re: Estou tentando aprender :\ - by Dolby - 23.11.2012, 23:48
Re: Estou tentando aprender :\ - by Lucas-Fc - 23.11.2012, 23:50
Re: Estou tentando aprender :\ - by Dolby - 24.11.2012, 00:16
Re: Estou tentando aprender :\ - by tonisantolia - 24.11.2012, 00:52
Re: Estou tentando aprender :\ - by Jason` - 24.11.2012, 01:22

Forum Jump:


Users browsing this thread: 1 Guest(s)