Skin 0 to 299 in OnPlayerRequestClass (Fast Way)
#1

How it works? I forgot it.

In OnPlayerRequestClass skin 0 to skin 299, there was a fast way to add all the skins in OnPlayerRequestClass..

I forgot it
Reply
#2

here try this

pawn Код:
for(new count;count <299;count++)
{
    AddPlayerClass(count,0,0,0,0,0,0,0,0,0,0);//just inport your location
}
Reply
#3

pawn Код:
for( new i = 0; i < 300; i ++ )
{
    if( i != 74 )
        AddPlayerClass( i, 0.0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0 );
}
74 is the only invalid skin.
Reply


Forum Jump:


Users browsing this thread: