[help] copy
whats wrong with this code? instead of returning me the date: Aug 23, 2010 12:55:54
its return 'A' which is the first letter only of the month ''Aug''? PHP Code:
PHP Code:
|
Re: [help] copy
How are you accessing the date in your enum/struct?
Try client_print( id , print_chat , "date %s" , PlayerData[ id ][ joindate ] ); |
Re: [help] copy
that exactly what im doing. I'm trying to configure whats wrong
|
Re: [help] copy
could you post the full code?
|
Re: [help] copy
PHP Code:
PHP Code:
gPlayerDate[id][DateStart] return 'A' when the date is ''Aug 23, 2010 17:55:54" |
Re: [help] copy
Show how you are displaying the values.
|
Re: [help] copy
PHP Code:
|
Re: [help] copy
Just tested and your code works as-is.
PHP Code:
Code:
Name=bugsy |
Re: [help] copy
yea i got it to work some how. but is there a difference between
PHP Code:
PHP Code:
|
Re: [help] copy
The same, first you use the index and the second the defined name for this index. But I don't see why you would want to use the first.
|
| All times are GMT -4. The time now is 22:01. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.