Thread: HP Regeneration
View Single Post
pRED*
Join Date: Dec 2006
Old 07-09-2007 , 06:16   Re: HP Regeneration
Reply With Quote #4

Quote:
Originally Posted by ferret View Post
SM provides a #define called MAXPLAYERS, I'd use that instead of creating your own.

You also used semicolons (Which I like!), so you should have "#pragma semicolon 1" at the top of your plugin

Good job
Man you're picky...

#pragma semicolon 1 forces you to use semi colons so if you think you're likely to forget in places then I wouldn't recommend it. Like when I'm playing around with ferrets plugins and I gets all these stupid compile errors on perfect code. Stupid semicolons.

And using the core defined maxplayers only helps readability..if even that. It doesn't affect the compiled plugin in any way..
pRED* is offline