
11-02-2008, 12:52 AM
|
|
Coder
|
 |
Join Date: Jan 2008
Location: -78.464422, 106.837328
Posts: 449
|
|
Quote:
Originally Posted by Deas_Voice
hmm'
seem like there is no params 2 and 3'
so i guess its like this:
PHP Code:
setShootParams(x, y, params[4],params[5],ect );
havent tested after params 5 tho'
so on the ActionProjectile2() params would look like this:
PHP Code:
function onActionProjectile2(xx, yy, var, var2, id, dmg)
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ɪᴍᴍᴇʀᴍᴀɴ
|
|
|
|