Raised This Month: $ Target: $400
 0% 

undefined symbol


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 02-11-2017 , 20:31   Re: undefined symbol
Reply With Quote #6

I haven't done anything with the code, I just pointed to where your problem actually is.
You have to move the lines i highlighted.

For example:
Code:
        case 0:         {             give_item( id, "weapon_elite" )             cs_set_user_bpammo( id, CSW_ELITE, 120 )             if(is_user_connected( id ) && ( get_user_level(id) == 0))         }
I'm guessing it should really be:
Code:
        case 0:         {             if(is_user_connected( id ) && ( get_user_level(id) == 0))             {                 give_item( id, "weapon_elite" )                 cs_set_user_bpammo( id, CSW_ELITE, 120 )             }         }
__________________

Last edited by Black Rose; 02-11-2017 at 20:32.
Black Rose 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 20:57.


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