Raised This Month: $ Target: $400
 0% 

Bomb planted?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
hornet
AMX Mod X Plugin Approver
Join Date: Mar 2010
Location: Australia
Old 07-12-2012 , 18:12   Re: Bomb planted?
Reply With Quote #5

Quote:
Originally Posted by kramesa View Post
Look at this example:

Code:
#include <amxmodx> #include <csx> public bomb_defused(Defuser) {     new szName[32];     get_user_name(Defuser, szName, charsmax(szName));     client_print(0, "%s defused the bomb.", szName); } public bomb_planted(Planter) {     new szName[32];     get_user_name(Planter, szName, charsmax(szName));         client_print(0, "%s planted the bomb.", szName); }
Your example would error. Also the thread starter did state that he already found the solution.
__________________
Quote:
vBulletin Tip #42: Not much would be accomplished by merging this item with itself.
hornet 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 15:00.


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