Jump to content

Zombies Weapons


BorderLine

Recommended Posts

Posted

awwwwww you are the best.

kisses from valparaiso :P:D

thanks a loot man..

Actual Nick: [XGN]BorderLine

Actual Clan: XLatino

Actual Status: Staff, Mod Level 1

(BOSS)Yakuza - [vS]Yakuza - [sXE]Yakuza - [uG]Yakuza - [FTLS]Racing - [XGN]Borderline

Posted
Nobody ever pays me in kisses... *points head down and cries*

kisses for you too :* haha

always someone have a first time

Actual Nick: [XGN]BorderLine

Actual Clan: XLatino

Actual Status: Staff, Mod Level 1

(BOSS)Yakuza - [vS]Yakuza - [sXE]Yakuza - [uG]Yakuza - [FTLS]Racing - [XGN]Borderline

Posted

CLIENT.

addEvent("Zomb_STFU",true) 
addEventHandler("Zomb_STFU",root, 
function ( zomb ) 
   triggerServerEvent ( "onZombieSpawned", zomb ) 
end) 

SERVER:

local weaponsTable = {2, 3, 4, 5, 6, 7, 8, 9, 15 } 
  
  
addEvent("onZombieSpawned",true) 
addEventHandler("onZombieSpawned",root, 
function ( ) 
  giveWeapon ( source, math.random(#weaponsTable), 1, true ) 
end) 

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
CLIENT.
addEvent("Zomb_STFU",true) 
addEventHandler("Zomb_STFU",root, 
function ( zomb ) 
   triggerServerEvent ( "onZombieSpawned", zomb ) 
end) 

SERVER:

local weaponsTable = {2, 3, 4, 5, 6, 7, 8, 9, 15 } 
  
  
addEvent("onZombieSpawned",true) 
addEventHandler("onZombieSpawned",root, 
function ( ) 
  giveWeapon ( source, math.random(#weaponsTable), 1, true ) 
end) 

nice :D better than random.. now i can choise the weapons thx solid :D

Actual Nick: [XGN]BorderLine

Actual Clan: XLatino

Actual Status: Staff, Mod Level 1

(BOSS)Yakuza - [vS]Yakuza - [sXE]Yakuza - [uG]Yakuza - [FTLS]Racing - [XGN]Borderline

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...