Raised This Month: $32 Target: $400
 8% 

Posting Help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
thebobjones34
Member
Join Date: Oct 2006
Old 08-01-2007 , 11:36   Posting Help
Reply With Quote #1

I was just wondering how whenever anyone else posts there code its got the fancy colors and stuff, but everytime i post mine its just plain black. Such as...

Code:
 
#include <amxmodx>
#include <engine>
public plugin_init()
{
    register_plugin("Disable 'kill'", "1.0", "...");
    register_cvar("amx_disablekill_enabled","1");
}
public client_kill(id)
{
 if(get_cvar_num("amx_disablekill_enabled")) {
  console_print(id,"[AMXX] Kill Command has been disabled.");
  return PLUGIN_HANDLED;
 }
 
 return PLUGIN_CONTINUE;
}
I also loose all my tabs in my code.
__________________
thebobjones34 is offline
Send a message via AIM to thebobjones34
Lee
AlliedModders Donor
Join Date: Feb 2006
Old 08-01-2007 , 11:38   Re: Posting Help
Reply With Quote #2

http://forums.alliedmods.net/showthread.php?t=58731
Lee is offline
thebobjones34
Member
Join Date: Oct 2006
Old 08-01-2007 , 11:40   Re: Posting Help
Reply With Quote #3

Mucho Gracias Lee
__________________
thebobjones34 is offline
Send a message via AIM to thebobjones34
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode