Raised This Month: $ Target: $400
 0% 

Help start round...


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 10-21-2007 , 20:17   Re: Help start round...
Reply With Quote #1

Quote:
Originally Posted by elpouletorange View Post
and do this is correct ?
PHP Code:
skill_strenght(id) = skill_strenght(id) + 

No. First, you have to define it as being an array. So, you would have to define it like this.
PHP Code:
new skill_strenght[33]; 
Then, you would rewrite that line like this
PHP Code:
skill_strenght[id]++; 
OR
PHP Code:
skill_strenght[id] = skill_strenght[id] + 1
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Reply



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:23.


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