|
09-04-2011
|
13
|
|
Retired
Join Date: Aug 2011
Location: Louisiana
Posts: 569
|
You can start on right now:
PHP Code:
if (keydown(4)) { //think 4 was d (currently trial again) and add that weapons button (idk how they made it to interact)
//needs to be in any function they want to
putbomb(1, player.x + 1.5, player.y + 1); //should be center
}
|
Progress!
|
|
|
|