[Pedido]Zombie velocidade em correr
#1

Nгo sei por onde comeзar mais tem como me ajudar tou querendo que os zumbis tem uma velocidade correr boa porque os humanos podem subir em casas...
...

pawn Код:
#define TEAM_ZUMBI 100
#define TEAM_HUMANO 200

static gTeam[MAX_PLAYERS];
...
vlws por ta me ajudando.
Reply
#2

Quote:
Originally Posted by gabriel_matador
Посмотреть сообщение
Nгo sei por onde comeзar mais tem como me ajudar tou querendo que os zumbis tem uma velocidade correr boa porque os humanos podem subir em casas...
...

pawn Код:
#define TEAM_ZUMBI 100
#define TEAM_HUMANO 200

static gTeam[MAX_PLAYERS];
...
vlws por ta me ajudando.
Para de criar vбrios Tуpicos com o meso assunto PO$%#, se vai ser Banido assim!
Reply
#3

OK,mais tem como me ajudar ai porfavor....
Reply
#4

Baixe a Include:
http://pastebin.com/XFy0R97c
E adicione isso em sue GM:
pawn Код:
public OnPlayerUpdate(playerid)
{
    if(gTeam[playerid] == 200)
    {
        SetPlayerWalkingStyle(playerid, WALK_FAT_OLD)
    }
    else
    {
        SetPlayerWalkingStyle(playerid, WALK_NORMAL)
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)