Raised This Month: $ Target: $400
 0% 

[solved]How to fix warnings here?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Rolnaaba
Veteran Member
Join Date: May 2006
Old 07-10-2006 , 11:47   Re: How to fix warnings here?
Reply With Quote #4

ur getting loose indentation warnings i think, i have to assume cause ur not telling me ur warnings, and it is because you have
Code:
return PLUGIN_HANDLED
all the way to the left, indent it so it is even with the

Code:
    read_args(argMessage, 255)     
    set_hudmessage(130, 90, 70, -1.0, 0.45, 0, 1.0, 999991.0, 0.1, 0.2, -1)          
    show_hudmessage(0, argMessage)
part and it will be fixed

ex:
Code:
read_args(argMessage, 255)
set_hudmessage(130, 90, 70, -1.0, 0.45, 0, 1.0, 999991.0, 0.1, 0.2, -1)
show_hudmessage(0, argMessage)
return PLUGIN_HANDLED
__________________
DO NOT PM me about avp mod.

Last edited by Rolnaaba; 07-10-2006 at 11:50.
Rolnaaba 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 07:57.


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