Raised This Month: $ Target: $400
 0% 

[Solved] Player Level


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-18-2009 , 03:05   Re: Player Level
Reply With Quote #5

Quote:
Originally Posted by Hunter-Digital View Post
level 2 or 3
PHP Code:
if(PlayerLevel[id] == || PlayerLevel[id] == 3
level 2 or above
PHP Code:
if(PlayerLevel[id] >= 2
Or something like:
PHP Code:
switch(PlayerLevel[id])
{
    case 
1:
    {
        
// Stuff for level 1
    
}
    case 
2..3:
    {
        
// Stuff for level 2 and 3
    
}
    case 
4..6:
    {
        
// Stuff for levels 4, 5, and 6
    
}
    default:
    {
        
// Stuff for all other levels
    
}

__________________
fysiks 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 01:33.


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