Server crashes when you set a blank name. You can either, try debugging your code, or at least show us part of the code!
Posts: 531
Threads: 99
Joined: Sep 2010
Reputation:
0
Come On man.. Why everyone ignore this problem..
I don't see when you load "PlayerInfo[playerid][pFirstname]". Try "printf("%s", PlayerInfo[playerid][pFirstname]);".
Since you aren't loading that string, you are setting a blank name to the player = server crash.
Posts: 531
Threads: 99
Joined: Sep 2010
Reputation:
0
Um that shut it down aswell what is going on grrrr.... How hard is it to change the player ingame name to the name they created In the users.ini file...
So you Understand what im try to do Ok on the client I typed in Buzzbomb Thats my account name.. Now i connected to the server it asked me to register my name so i did Now it logged me in Now it asked me for my gender then asked me for my age Now it asked me to create a Roleplay First name... So i did " Jose" So I spawned... So all i want to do is the Firstname that was stored in the UseraccountFile.ini I want it to Replace the account name with the name I created for a firstname ... So The name i want Shown Is Jose ...
Posts: 918
Threads: 148
Joined: Sep 2010
Reputation:
0
Idk if u can set a name to a string man...