Search the Community
Showing results for tags 'char'.
Found 7 results
-
Need help on this picture char files wont save when i disconnect doesn't save. [attachment=21:wont save.jpg]
-
As the title says it all, I am looking for someone who can help me with this. We can discuss more details through Skype if your interested. You guys may say "Look around there are models roaming around" but understand that I have. I been looking for a few days here and there and could not find any. Like I said before if you need more details we can discuss it over Skype. Your time won't be wasted. I currently have these character models [img]http://i.imgur.com/4FuCDMK.png[/img] I want to change it to these models [img]http://i.imgur.com/qOLZ3tj.png[/img]
-
My char files are saved as .dat and I'm using the 2006memorys source. What would I do to decrypt them? Please help because I need to make my char rights 3 so I can start running my server. There is also no commands.java.. So like wtf.
-
- char
- decrypting
-
(and 1 more)
Tagged with:
-
Why does this give an error and how do I fix it? :confused: [CODE] public static String capitalizeString(String stringTo) { String newString = ""; //Converts the string to a CharArray char stringarray[] = stringTo.toCharArray(); //Sets the first letter of the CharArray to UpperCase //This line gives an error stringarray[0] = stringarray[0].toUpperCase(); //Converts the CharArray back to a String for (int i = 0; i < stringarray.length; i++) { newString = newString + stringarray[i]; } //Returns the newly capitalized string return newString; } [/CODE]
- 2 replies
-
- char
- dereferenced
-
(and 2 more)
Tagged with:
-
Does anyone have the char[] fix for the memory leak in dspk/PI? I found the byte[] one, but the damn characters just keep getting reset.. I do believe that is the char[] memory leak.. Please help. Thanks.
-
hi everyone, well its my first time trying to do a rsps,so i really don't know how to fix this. First i've done as tut saying,i got the no-ip,port forward, i got source and client lets say i told to my friend to download client and when he try to get log into game it's saying : Sorry, Loading char profile Try logging in again. Plus i was wondering why each time i log in my server it always go on 127.0.0.1 and not on the no-ip. i made ??... please help me :D' im sure i did something wrong but as i said i just started so i cant find out
-
if you have it post it in this forum the code i have npc but that spawnes an npc i want to look like 1 whats the code for it