BFM Zombie Mod Lua V 0.0.0.2 
10 comments BroFistMsia Zombie Mod Lua
This is the first zombie mod lua i ever made. So please test it and take it easy on it. Because I am bad in lua.
This lua is a beta mod.
Functions:
Install guide:
This is a easy lua, it will update further more, maybe with maps.
If you find any problems with it, tell me.
Please test it before comment it.
This is the first zombie mod lua i ever made. So please test it and take it easy on it. Because I am bad in lua.
This lua is a beta mod.
Functions:
Install guide:
This is a easy lua, it will update further more, maybe with maps.

If you find any problems with it, tell me.
Please test it before comment it.
edited 5×, last 09.09.13 01:21:02 pm

The quality of the file is too low!
Please invest more time and only upload stuff which is actually good.
Do not upload your first "5 minute"-attempts.
Sorry, but nobody wants to see and download stuff like that!
Comments
10 comments



Log in!
You need to log in to be able to write comments!Log in
@
brofistmsia: Screenshots show off what your mod looks like. People can judge the mod based on them without taking the time to download it and run it.
It is advisable to upload screenshots for scripts that are not back-end functions or the sort.
In short, the mod is not very impressive. All it does is modify the health of team members, give a gut bomb to the zombies (incorrectly as well) and play a sound when a survivor is killed.
There is also a strange projectile function that doesn't really get called based on its conditions, but I assume that's a 'planned feature'.

It is advisable to upload screenshots for scripts that are not back-end functions or the sort.
In short, the mod is not very impressive. All it does is modify the health of team members, give a gut bomb to the zombies (incorrectly as well) and play a sound when a survivor is killed.
There is also a strange projectile function that doesn't really get called based on its conditions, but I assume that's a 'planned feature'.
Why need screenshot? The function are there already.
Or maybe he said this?
Or maybe he said this?
Code:
1
2
3
4
5
2
3
4
5
function UpdateHudeImages()
HUDImage = image('gfx/youmadbro/hahaha.png', 550, 350, 2)
--imagescale(HUDImage, 130,28)
imagealpha(HUDImage, 0.9)
end
HUDImage = image('gfx/youmadbro/hahaha.png', 550, 350, 2)
--imagescale(HUDImage, 130,28)
imagealpha(HUDImage, 0.9)
end
@
brofistmsia: He means screenshot. Upload a screenshot of the mod in-game.




