13.04.2009, 18:42
Ok so we have had this now since the start of our gamemode, i havent been able to figure it out and its really pissing me off.
And all players have noticed this.
No matter if its a male or female skin, the players run like the females skins would.
Ive attached my onrequest , and my skin codes, can you please tell me what i should do?
cant figure it out
tyvm in advance
And all players have noticed this.
No matter if its a male or female skin, the players run like the females skins would.
Ive attached my onrequest , and my skin codes, can you please tell me what i should do?
cant figure it out

Код:
OnGameModeInit ()
for(new i = 0; i < 299; i++)
{
if(IsValidSkin(i))
{
AddPlayerClass(i,0.0,0.0,0.0,0.0,4,1,-1,-1,-1,-1);
}
}
return 1;
}

