Need a help
#6

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:
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);
        }
    }
Add the code under public OnGameModeInit.
Reply


Messages In This Thread
Need a help - by ItsCawaBitch - 06.07.2010, 15:02
AW: Need a help - by bRL - 06.07.2010, 15:21
Re: Need a help - by OldDirtyBastard - 06.07.2010, 16:17
Re: Need a help - by ItsCawaBitch - 06.07.2010, 17:47
Re: Need a help - by ItsCawaBitch - 06.07.2010, 18:00
Re: Need a help - by OldDirtyBastard - 06.07.2010, 18:13
Re: Need a help - by OldDirtyBastard - 06.07.2010, 18:16

Forum Jump:


Users browsing this thread: 2 Guest(s)