how to add weapon,s when player spawns
#4

Quote:
Originally Posted by $$inSane
Посмотреть сообщение
use this:


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;
}
well thank u both of u but to be honest i realy dont knw nything about scripting plz tell me in detail wher shud i put this codes shud i replace it with existing codes or ?
Reply


Messages In This Thread
how to add weapon,s when player spawns - by MerCy - 07.05.2012, 16:00
Re: how to add weapon,s when player spawns - by LetsOWN[PL] - 07.05.2012, 16:03
Re: how to add weapon,s when player spawns - by $$inSane - 07.05.2012, 16:05
Re: how to add weapon,s when player spawns - by MerCy - 07.05.2012, 16:25
Re: how to add weapon,s when player spawns - by Ballu Miaa - 07.05.2012, 16:30
Re: how to add weapon,s when player spawns - by LetsOWN[PL] - 07.05.2012, 18:22
Ballu Miaa - by MerCy - 07.05.2012, 21:24
Re: how to add weapon,s when player spawns - by Ballu Miaa - 08.05.2012, 07:22

Forum Jump:


Users browsing this thread: 1 Guest(s)