Thread: ???
View Single Post
  #2  
Old 09-22-2001, 08:20 AM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
uhh
they do
for example

PHP Code:
if (weaponfired) {shoot();

function deffinition

PHP Code:
function shoot() {
shootarrow playerdir;

Reply With Quote