Raised This Month: $ Target: $400
 0% 

enum problem


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
AoD90
Senior Member
Join Date: Jul 2008
Location: Ugljevik/RS/BIH
Old 04-27-2011 , 15:23   enum problem
Reply With Quote #1

I have new problem...

PHP Code:
enum _:PlayerData
{
    
Ime[35],
    
AuthID[35],
    
UserID,
    
Skill
}

enum _:SubData
{
    
sUser[35],
    
sAuthID[35],
    
sSkill,
    
uAuthID[35]
}

new 
g_ePlayerData[35][PlayerData]
new 
g_eSubData[35][SubData
Now, if I have this
g_ePlayerData[i][Ime] = "smt"
g_eSubData[j][sUser] = "another"

and if I do
g_ePlayerData[i][Ime] = g_eSubData[j][sUser]

than my g_ePlayerData[i][Ime] is "amt".

How can I fix this...
AoD90 is offline
Send a message via MSN to AoD90
 



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 04:25.


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