View Single Post
  #3  
Old 12-19-2011, 11:23 AM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
Use this serverside to modify a clientr var.
PHP Code:
function onActionServerSide(){
  if(
params[0] == "ammo"){
    
clientr.whatever 100;
  }

Then on the clientside to trigger it.
PHP Code:
triggerserver("weapon"this.name"ammo"); 
Also as I have learnt, style you're code.
Google JavaScript beautifier and run you're code through it.
__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion
Reply With Quote