Raised This Month: $ Target: $400
 0% 

why wont it compile?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Checkmarks
BANNED
Join Date: Sep 2007
Location: kentucky
Old 12-17-2007 , 17:16   why wont it compile?
Reply With Quote #1

Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "HELP ME"
#define VERSION "1.0"
#define AUTHOR "Checkmarks"


public plugin_init() 
{
   register_plugin(PLUGIN, VERSION, AUTHOR)
   register_clcmd("helpa","helpa")
   register_clcmd("helpb","helpb")
   register_clcmd("helph","helph")
   register_clcmd("helpts","helpts")
   register_clcmd("helpcs","helpcs")
}

public helpa(id)
{
   client_print(id,print_chat,"I Need Backup @ Bombsite A!");
}

public helpb(id)
{
   client_print(id,print_chat,"I Need Backup @ Bombsite B!");
}

public helph(id)
{
   client_print(id,print_chat,"I Need Backup @ The Hostages!");
}

public helpts(id)
{
   client_print(id,print_chat,"I Need Backup @ T's Spawn!");
}

public helpcs(id)
{
   client_print(id,print_chat,"I Need Backup @ CT's Spawn!");
}

I used the online compiler (I don't have amxx currently installed yet) and it says failed to compile
What's wrong?
Checkmarks is offline
 



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 11:02.


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