Raised This Month: $ Target: $400
 0% 

n+= Not doing right?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Zenith77
Veteran Member
Join Date: Aug 2005
Old 09-10-2005 , 12:23   n+= Not doing right?
Reply With Quote #1

Alright this is not working( the motd doesnt show up :/

Code:
public coinmod_help(id) {     new len = 1600     new buffer[1601]     new n = 0         client_cmd(id, "spk ^"vox/help message accquired^" " )         #if !defined NO_STEAM     n += copy(buffer[n],len-n,"<html><head><style type=^"text/css^">pre{color:#FFB000;}body{background:#000000;margin-left:8px;margin-top:0px;}</style></head><body><pre>^n")     #endif         n += copy(buffer[n],len-n,"-= Welcome to Coin Mod Help! Here you will find basic help topics about Coin Mod =-^n^n")         if( isBanned[id] == 1) {         n += copy(buffer[n],len-n,"STATUS: ***BANNED***^n^n")     }         else {         n += copy(buffer[n],len-n,"STATUS: GOOD( Not Banned )^n^n")     }             n += copy(buffer[n],len-n,"What is Coin Mod, and how does it work?^n^n")     n += copy(buffer[n],len-n,"Coin Mod gives players rewards through a coin based system. You collect coins by dealing damage to your opponetes,^n")     n += copy(buffer[n],len-n,"( NOTE: Doing damage to a friendly player will decrease your coins, not increase them! ) ^n")     n += copy(buffer[n],len-n,"which coins will then appear and float towards you. There are three types of coins in Coin Mod: the bronze coin, ^n")     n += copy(buffer[n],len-n,"the silver coin, and the gold coin. Each coin has its own value or ^"worth^". The bronze coin is worth 5 coins. The^n")     n += copy(buffer[n],len-n,"silver coin is worth 10. And the gold coin is worth 15. As stated early, these coins are spawned by dealing damage to an opponet^n")     n += copy(buffer[n],len-n,"or killing them. Different coins are spawned according to the damage you do! If you do less the 25 damage a bronze coined is spawned,^n")     n += copy(buffer[n],len-n,"If you do over 25 damage but under 50 a silver coined is spawned. If you do over 50 damage a gold coined is spawned, And lastly, if you kill a person 1 gold coin is spawned! ")     n += copy(buffer[n],len-n,"But if you kill a person with a head shot, not 1 but 3 gold coins are spawned! ^n")     n += copy(buffer[n],len-n,"Your coins at the beggining of every round are calculated! Your damage increases by 5 for every 25 coins you have!^n")     n += copy(buffer[n],len-n,"After calculations though, those 25 coins are taken away!^n^n")         n += copy(buffer[n],len-n,"=== TK SYSTEM ===^n")     n += copy(buffer[n],len-n,"A user is banned from Coin Mod after he/she has^n")     n += copy(buffer[n],len-n,"gone past the ^"Inoccent Ban^" proof system,^n")     n += copy(buffer[n],len-n,"meaning he/she has hit the same person ten or^n")     n += copy(buffer[n],len-n,"above times, and has reached the max TKs^n")     if( is_user_admin(id)) {         n += copy(buffer[n],len-n,"controlled by the cvar coinmod_maxtks !^n")     }     n += copy(buffer[n],len-n,"======^n^n")         n += copy(buffer[n],len-n,"COMMANDS:^n")     n += copy(buffer[n],len-n,"say /coinhelp -- shows this help info^n")     n += copy(buffer[n],len-n,"say /coinstat -- shows how many coins you have^n")         if( is_user_admin(id)) {         n += copy(buffer[n],len-n,"ADMIN COMMANDS:^n^n")         n += copy(buffer[n],len-n,"coin_addcoins <target> <amount>^n")         n += copy(buffer[n],len-n,"coin_takecoins <target> <amount>^n")         n += copy(buffer[n],len-n,"coin_getcoins <target> Retervies client info related to Coin Mod^n^n")     }           n += copy(buffer[n],len-n,"Thank you for playing Coin Mod V.1.0!")         #if !defined NO_STEAM     n += copy(buffer[n],len-n,"</pre></body></html>")     #endif         show_motd(id,buffer[n],"COIN MOD V.1.0 Help BY: Zenith77")     client_print(id, print_chat, " Guess it dont work :/ " ) }
__________________
Quote:
Originally Posted by phorelyph View Post
your retatred
Zenith77 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 14:19.


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