04.01.2014, 10:37
You need to edit the parameters yourself, I don't know what coordinates, weapons you want.
Note that you cannot add different weapons/coordinates for each skin with that way.
Change the parameters to those you want (from x to weapon3_ammo - do not change the c).
PS: It's PAWN, pawno is the editor.
Note that you cannot add different weapons/coordinates for each skin with that way.
pawn Код:
// OnGameModeInit:
for (new c; c != 300; ++c) if (c != 74) AddPlayerClass(c, x, y, z, Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo);
PS: It's PAWN, pawno is the editor.

