#1

Can someone help me on how can i get all the skins on my server without addind the addplayerclasses under ongamemode int.
Reply
#2

Unfortunately, you cannot. But you can use:
pawn Код:
public OnGameModeInit( )
{
    for( new s = 0; s < 300; s++ ) if( s != 74 ) AddPlayerClass( s, /* CHANGE THEM.. NOT THE "AddPlayerClass( s, " BUT THE REST */spawn_x, spawn_y, spawn_z, z_angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo );
    return 1;
}
For less lines, if that bothers you.
Reply
#3

I ment something like that..

The point was that i wouldnt have to write all of the 299 lines
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)