Raised This Month: $ Target: $400
 0% 

Errors Compiling Cant FIgure it out!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Styles
Veteran Member
Join Date: Jul 2004
Location: California
Old 01-01-2006 , 20:43   Errors Compiling Cant FIgure it out!
Reply With Quote #1

Code:
<amxmodx> <amxmisc> <cstrike> <engine> #DEFINE PLUGIN_NAME "Name Changer" #DEFINE PLUGIN_VERSION "1.0" #DEFINE PLUGIN_AUTHOR "hYp3r" #DEFINE [MAXNAMES] "3" #DEFINE newPlayerName "www.1HitKill.com" public plugin_init {    register_plugin(PLUGIN_NAME, PLUGIN_VERSION, PLUGIN_AUTHOR);    register_event("CurWeapon", "Weapon_check", "be") ; } public Weapon_check(id) {    new name    cs_get_user_name(id, name, 32);    new allowednames[MAXNAMES][3] = {       "empty",       "Player",       "player" }    if(equali(allowednames, name) {    client_cmd("name %s, newPlayerName")    return_PLUGIN }

Doesnt compile right please help me and look at it/

thanks.!
Styles is offline
Send a message via AIM to Styles
 



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 16:03.


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