07.05.2012, 16:05
use this:
Put this in OnPlayerGameModeInt();
Put this in OnPlayerGameModeInt();
pawn Код:
AddPlayerClassEx(1, 292, 1673.6190, -2122.3142, 14.1460, 296.6250, 0,0, 0,0, 0,0);//These are the skin selection
AddPlayerClassEx(2, 115, 1673.6190, -2122.3142, 14.1460, 296.6250, 0,0, 0,0, 0,0.);
AddPlayerClassEx(3, 116, 1673.6190, -2122.3142, 14.1460, 296.6250, 0,0, 0,0, 0,0);
AddPlayerClassEx(4, 41, 1673.6190, -2122.3142, 14.1460, 296.6250, 0,0 0,0, 0,0);
public OnPlayerSpawn(playerid)
{
ResetPlayerWeapons(playerid);
GivePlayerWeapon(playerid, 31, 100);//Add ur custom weapons and their ammo.. then the players will get weapons on their spawn
return 1;
}