Raised This Month: $ Target: $400
 0% 

fix this plz


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
maariak
Junior Member
Join Date: Dec 2004
Old 02-08-2005 , 19:22   fix this plz
Reply With Quote #1

hey. i tryed to make a plugin for amxx. when i compile i get some errors. can some1 fix this??
Code:
/* Superhero and Reg CS By Lil' P!mP. Made for -=[NaW]=- Clan server @ jpr2.nuclearfallout.net */ include <amxmodx> public plugin_init() {     register_clcmd("say /voteshero","shero", 0, " - Starts a vote for Super Hero Mod")     register_clcmd("say /votereg","reg", 0, " - Starts a vore for Regular CS")     register_cvar("amx_shreg","1")     register_plugin("SHero/Reg CS", "v0.1", "Lil' P!mP") return PLUGIN_CONTINUE } public reg(id) {     new shreg = get_cvar_num(amx_shreg)     {     if (shreg=0){     client_print(id, print_chat, "[AMXX] Voting not allowed at this time")     return PLUGIN_HANDLED     }     else{     set_cvar_num(sv_superheros, 0)     client_print(0, print_chat, "[AMXX] The server had been changed to Regular CS!")     set_cvar_num(sv_restartround, 1)     return PLUGIN_HANDLED     } } public shero {     new shreg = get_cvar_num(amx_shreg)     {     if (shreg=0){     client_print(id, print_chat, "[AMXX] Voting not allowed at this time")     return PLUGIN_HANDLED     }     else{     set_cvar_num(sv_superheros, 1)     client_print(0, print_chat, "[AMXX] The server had been changed to SuperHero Mod!!")     set_cvar_num(sv_restartround, 1)     return PLUGIN_HANDLED     } }
maariak 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 19:18.


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