[Tutorial] [TUT]Como criar GangZone Dominavel
#32

pawn Code:
enum ENUM_TURFS
{
    Name[20],
    Float:MinX,
    Float:MinY,
    Float:MaxX,
    Float:MaxY,
};

new
    Turfs[3];

stock const TurfInfo[3][ENUM_TURFS] =
{
    {"Morro", 2117.333, -1069.962, 2261.841, -959.4252  },
    {"Skate", 1861.9410,-1450.6462,1976.5867,-1351.4069 },
    {"Pier", 318.0144, -2120.061, 437.1136, -1993.733   },
};

public OnGameModeInit()
{
    new
        ii = -1;
       
    while(++ii != sizeof(TurfInfo))
        Turfs[ii] = GangZoneCreate(TurfInfo[ii][MinX],TurfInfo[ii][MinY],TurfInfo[ii][MaxX],TurfInfo[ii][MaxY]);
       
    return true;
}

public OnPlayerSpawn(playerid)
{
    new
        ii = -1;
       
    while(++ii != sizeof(TurfInfo))
        GangZoneShowForPlayer(playerid,Turfs[ii],-1);
    return true;
}
Eu atй faria um tutorial de um sistema de Turfs ou GangZones ou Whatever, mas nгo tenho tempo. Isto й as GangZones em si. Estes sistemas de gangzones sгo bem simples e prбticos.
Reply


Messages In This Thread
[TUT]Como criar GangZone Dominavel - by andmeida10 - 23.04.2010, 20:31
Re: [TUT]Como criar GangZone Dominavel - by Phoenix_Br - 23.04.2010, 23:31
Re: [TUT]Como criar GangZone Dominavel - by (o)Trydon - 24.04.2010, 02:18
Re: [TUT]Como criar GangZone Dominavel - by andmeida10 - 24.04.2010, 07:36
Re: [TUT]Como criar GangZone Dominavel - by TOquio_O - 26.04.2010, 21:11
Re: [TUT]Como criar GangZone Dominavel - by andmeida10 - 27.04.2010, 06:39
Re: [TUT]Como criar GangZone Dominavel - by Brunow - 29.04.2010, 17:47
Re: [TUT]Como criar GangZone Dominavel - by angels182 - 29.04.2010, 18:12
Re: [TUT]Como criar GangZone Dominavel - by Brunow - 29.04.2010, 18:21
Re: [TUT]Como criar GangZone Dominavel - by andmeida10 - 29.04.2010, 19:56
Re: [TUT]Como criar GangZone Dominavel - by angels182 - 30.04.2010, 16:19
Re: [TUT]Como criar GangZone Dominavel - by Lipepva - 01.05.2010, 01:23
Re: [TUT]Como criar GangZone Dominavel - by andmeida10 - 01.05.2010, 06:42
Re: [TUT]Como criar GangZone Dominavel - by douglasmille144 - 07.05.2010, 02:13
Re: [TUT]Como criar GangZone Dominavel - by andmeida10 - 07.05.2010, 06:06
Re: [TUT]Como criar GangZone Dominavel - by douglasmille144 - 07.05.2010, 14:30
Re: [TUT]Como criar GangZone Dominavel - by douglasmille144 - 07.05.2010, 14:36
Re: [TUT]Como criar GangZone Dominavel - by Lipepva - 07.05.2010, 20:07
Re: [TUT]Como criar GangZone Dominavel - by douglasmille144 - 07.05.2010, 20:31
Re: [TUT]Como criar GangZone Dominavel - by Lipepva - 07.05.2010, 20:47
Re: [TUT]Como criar GangZone Dominavel - by Brunow - 07.05.2010, 21:14
Re: [TUT]Como criar GangZone Dominavel - by douglasmille144 - 07.05.2010, 21:40
Re: [TUT]Como criar GangZone Dominavel - by Lipepva - 07.05.2010, 22:06
Re: [TUT]Como criar GangZone Dominavel - by douglasmille144 - 07.05.2010, 22:22
Re: [TUT]Como criar GangZone Dominavel - by DartakousLien - 07.05.2010, 22:40
Re: [TUT]Como criar GangZone Dominavel - by andmeida10 - 07.05.2010, 22:40
Re: [TUT]Como criar GangZone Dominavel - by douglasmille144 - 07.05.2010, 23:51
Re: [TUT]Como criar GangZone Dominavel - by andmeida10 - 08.05.2010, 07:40
Re: [TUT]Como criar GangZone Dominavel - by RoamPT - 08.05.2010, 12:48
Re: [TUT]Como criar GangZone Dominavel - by douglasmille144 - 09.05.2010, 14:27
Re: [TUT]Como criar GangZone Dominavel - by Guilhermetev18 - 10.08.2011, 18:21
Re: [TUT]Como criar GangZone Dominavel - by [S]trong - 10.08.2011, 18:31
Re: [TUT]Como criar GangZone Dominavel - by EoProzinhO - 28.01.2012, 22:37
AW: [TUT]Como criar GangZone Dominavel - by ChurascoDo - 28.11.2013, 16:06
Respuesta: AW: [TUT]Como criar GangZone Dominavel - by DanDRT - 28.11.2013, 16:10
Re: [TUT]Como criar GangZone Dominavel - by Ph0ton - 28.11.2013, 16:35
Re: [TUT]Como criar GangZone Dominavel - by GamerBPS - 21.05.2014, 21:43
Re: [TUT]Como criar GangZone Dominavel - by MultiKill - 21.05.2014, 22:15
Re: [TUT]Como criar GangZone Dominavel - by GuilhermeNunes - 14.02.2017, 05:07
Re: [TUT]Como criar GangZone Dominavel - by Felipe1241421 - 14.02.2017, 12:44

Forum Jump:


Users browsing this thread: 4 Guest(s)