View Single Post
  #7  
Old 01-13-2012, 01:10 AM
Alpho Alpho is offline
Registered User
Alpho's Avatar
Join Date: Dec 2011
Location: California, USA
Posts: 80
Alpho will become famous soon enough
Quote:
Originally Posted by fowlplay4 View Post
Please post the final working script for others who may have the issue in the future.
PHP Code:
//#CLIENTSIDE
function onPlayerChats() {
  if (
player.chat == "/bombtest") {
    
putbomb2(1player.xplayer.y"bomb1.png");
  }

Reply With Quote