change attack sprite (ESF: esforces)
what is the correct form to change a attack sprite
for example, i want to change a kamehameha sprite: and i try this: PHP Code:
|
Re: change attack sprite (ESF: esforces)
pid = read_data(1)
should be: new pid = read_data(1) Or to make it use less memory: remove new pid = read_data, and change 'get_user_weapon(pid, clip, ammo)' to 'get_user_weapon(read_data(1), clip, ammo)' |
Re: change attack sprite (ESF: esforces)
ok... thanks...
but... the same result... doesn't work any idea? |
| All times are GMT -4. The time now is 22:29. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.