View Single Post
  #3  
Old 01-11-2012, 03:14 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
Well for now, i'm just trying a normal bomb onCreated,
PHP Code:
//#CLIENTSIDE
function onCreated() {
   
putbomb2("bomb1.png",30,30);

edit, sorry heres my script:
PHP Code:
//#CLIENTSIDE 
function onCreated() { 
   
putbomb2(2,30,30"bomb1.png"); 

Reply With Quote