Biohazard crow zombie
Hello,
This is crow zombie, flying all the time if you click on space. it is possible to make it fall if zombie recives damage ? PHP Code:
|
Re: Biohazard crow zombie
This is an example, im sorry, i can't do it right now, maybe you will be able to do it following my example
Code:
new disablefly[33] |
Re: Biohazard crow zombie
I do not know where to put the code :(
|
Re: Biohazard crow zombie
not tested, if the zombie took damage, he wont be able to fly for the next 5 seconds
PHP Code:
|
Re: Biohazard crow zombie
Error on compile
//// bio_crowzombie.sma // C:\Users\Public\servers\HLDS\cstrike\addons\a mxmodx\scripting\bio_crowzombie. sma(134) : error 001: expected token: ";", but found "-" // C:\Users\Public\servers\HLDS\cstrike\addons\a mxmodx\scripting\bio_crowzombie. sma(144) : warning 203: symbol is never used: "reset" // // 1 Error. // Could not locate output file compiled\bio_crowzombie.amx (compile failed). // // Compilation Time: 0,42 sec // ---------------------------------------- |
Re: Biohazard crow zombie
public reset-me(id) --> public resetme(id)
set_task(5.0, "reset-me", id) --> set_task(5.0, "resetme", id) |
Re: Biohazard crow zombie
I do not know where to put :(
|
Re: Biohazard crow zombie
........
just search for the lines posted in the left side, and change them into the line from the right side |
Re: Biohazard crow zombie
//// crow.sma // C:\Users\Public\servers\HLDS\cstrike\addons\a mxmodx\scripting\crow.sma(128) : error 017: undefined symbol "id" // 1 Error. // Could not locate output file compiled\crow.amx (compile failed). // Compilation Time: 0,47 sec |
Re: Biohazard crow zombie
Try this, Cant compile since i dont have biohazard, but it should work fine.
Use DISABLE_TIME to control how long its gonna be deactivated. PHP Code:
|
| All times are GMT -4. The time now is 22:13. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.