[DUV]Sobre FightingStyle e Times
#1

Hб alguma possibilidade de setar 1 FightingStyle para cada time? Й que estou fazendo um TDM para estudos e gostaria de colocar 1 estilo de luta para cada Time ^^
Reply
#2

pawn Код:
if(GetPlayerTeam(playerid) == 1)
{
    SetPlayerFightingStyle(playerid, 1);
}
else if(GetPlayerTeam(playerid) == 2)
{
    SetPlayerFightingStyle(playerid, 2);
}
Pode colocar isto em OnPlayerSpawn, por exemplo.
Reply
#3

Hm... Vlw Woozie ^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)