View Single Post
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 05-02-2010 , 19:28   Re: [TUT] Code Styling & Good Programming Habits
Reply With Quote #64

Are these neccesary to get a plugin approved? Because i personally prefer this:
PHP Code:
    register_forward(FM_EmitSound"EmitSound"
instead of this:
PHP Code:
    register_forwardFM_EmitSound "EmitSound" 
And the capital letters and g_ in front of new variable confuse me.
Do i need to use these or is it just a suggestion?

and is this wrong?
PHP Code:
public something(id)
{
    
something_else(id)

Btw: This is the first language i learn so this may sound stupid.
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.

Last edited by drekes; 05-02-2010 at 19:31.
drekes is offline
Send a message via MSN to drekes