06.07.2010, 18:13
since r7 servers or so F10 and F11 doesnt works for skin changing in debug mode,
use the command /player_skin [skinid] to changing skins in debug mode...
and if you wanna add all skins by one heres the code:
Add the code under public OnGameModeInit.
use the command /player_skin [skinid] to changing skins in debug mode...
and if you wanna add all skins by one heres the code:
pawn Код:
for(new i = 0; i < 299; i++)
{
if(IsValidSkin(i))
{
AddPlayerClass(i,-1327.804,-214.589,14.529,0.0,0,0,0,0,0,0);
}
}