[HELP] Team Deathmatch GM
#2

Just change it. Besides the team change skinID, Float: X, Float: Y, Float: Z, Float: A, Weapon 0, Ammo 0, Weapon 1, Ammo 1, Weapon 2, Ammo 2
pawn Код:
public OnGameModeInit( )
{
    AddPlayerClass( 102, 1958.3783, 1343.1572, 15.3746, 269.1425, 5, 0, 22, 100, 32, 50 ); // Ballas
    // The class above is classid 0.

    AddPlayerClass( 0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0 ); // CJ
    // Multiply the classid + 1, so this class is classid 1.

    AddPlayerClass( 1, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0 ); // The truth
    // Multiply the classid + 1 again, so this is classid 2.

    return 1;
}
Reply


Messages In This Thread
[HELP] Team Deathmatch GM - by Ballu Miaa - 08.11.2011, 17:07
Re: [HELP] Team Deathmatch GM - by Kostas' - 08.11.2011, 17:15

Forum Jump:


Users browsing this thread: 2 Guest(s)