Thread: Bombs on Gmap
View Single Post
  #10  
Old 03-19-2012, 07:41 PM
r3ckless r3ckless is offline
Owner of Corinthia
Join Date: Dec 2011
Location: MAssachusetts, USA
Posts: 131
r3ckless is an unknown quantity at this point
Send a message via AIM to r3ckless Send a message via MSN to r3ckless
So now I have this and it still doesn't place the bomb on the gmap:

PHP Code:
//#CLIENTSIDE
function onWeaponFired() {
  if (
player.bombs 0) {
    if (
player.dir == 0){ putbomb(1player.0.5 64player.64); }
    if (
player.dir == 1){ putbomb(1player.1.5 64player.64); }
    if (
player.dir == 2){ putbomb(1player.0.5 64player.2.5 64); }
    if (
player.dir == 3){ putbomb(1player.2.5 64player.64); }
    
player.bombs -= 1;
  }

__________________

Yep.

Reply With Quote