View Single Post
  #8  
Old 11-02-2008, 12:52 AM
Programmer Programmer is offline
Coder
Programmer's Avatar
Join Date: Jan 2008
Location: -78.464422, 106.837328
Posts: 449
Programmer has a spectacular aura aboutProgrammer has a spectacular aura about
Send a message via AIM to Programmer Send a message via MSN to Programmer Send a message via Yahoo to Programmer
Quote:
Originally Posted by Deas_Voice View Post
hmm'
seem like there is no params 2 and 3'

so i guess its like this:
PHP Code:
setShootParams(xyparams[4],params[5],ect ); 
havent tested after params 5 tho'

so on the ActionProjectile2() params would look like this:
PHP Code:
function onActionProjectile2(xxyy, var, var2iddmg
var and var2 is empty.

seems odd, no params 2 or params 3'

it dident echo anything'
Please use the edit button rather than triple-posting. Try this:

PHP Code:
setShootParams("foo");
//...

function onActionProjectile2()
{
echo(
params);
//...

See what comes up.
__________________
- Iᴀɴ Zɪᴍᴍᴇʀᴍᴀɴ
Reply With Quote