[Pedido]Zombie velocidade em correr - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido]Zombie velocidade em correr (
/showthread.php?tid=335462)
[Pedido]Zombie velocidade em correr -
gabriel_matador - 18.04.2012
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.
Re: [Pedido]Zombie velocidade em correr -
CidadeNovaRP - 18.04.2012
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!
Re: [Pedido]Zombie velocidade em correr -
gabriel_matador - 18.04.2012
OK,mais tem como me ajudar ai porfavor....
Re: [Pedido]Zombie velocidade em correr -
CidadeNovaRP - 18.04.2012
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;
}