Weapon on spawn
#2

You can try this....

On the top of the script
PHP Code:
new Team;
#define Team_VIP   1 //making team
#define Team_Something 
PHP Code:
public OnPlayerSpawn(playerid)
{
    if(
GetPlayerSkin(playerid) == 230)
     {
          
//GivePlayerWeapon(playerid,weaponid,ammo);
        
GivePlayerWeapon(playerid,34,1000); //Sniper with 1000 ammos
        
GivePlayerWeapon(playerid,24,1000); //Desert with 1000 ammos
        
GivePlayerWeapon(playerid,18,50); //50 moltoves
       
}
    return 
1;

Reply


Messages In This Thread
Weapon on spawn - by 1fret - 15.06.2017, 05:03
Re: Weapon on spawn - by akib - 15.06.2017, 07:28
Re: Weapon on spawn - by Vince - 15.06.2017, 10:47
Re: Weapon on spawn - by 1fret - 15.06.2017, 19:16
Re: Weapon on spawn - by Vince - 15.06.2017, 19:34

Forum Jump:


Users browsing this thread: 1 Guest(s)