Posts: 87
Threads: 30
Joined: Mar 2011
Reputation:
0
Maybie you have a house or car script maybie...
Problem can be because you didnt created some folder in scriptfiles maybie?
Posts: 761
Threads: 124
Joined: Nov 2010
Reputation:
0
all plugins and needed scripts loaded?
Does the server also crash if players dont connect or only when someone tries to connect?
If it only crashes as soon as someone connetcs we need your code from OnPlayerConnect callback...
Posts: 54
Threads: 6
Joined: Jan 2012
Reputation:
0
What it is your server version ? 3d too ?
Posts: 168
Threads: 57
Joined: Oct 2009
Reputation:
0
Now i founded problem, if my user is not found in database, then server restart, if it is, it won`t
My code, what is problem there
format(Query, sizeof(Query), "SELECT * FROM `kasutajad` WHERE `Name` = '%s'", UuriM2ngijanimi(playerid));
mysql_query(Query);
mysql_store_result();
if(mysql_num_rows() == 1)
{
If user is
}
else
{
If user not found
}
what is the right code?
Posts: 761
Threads: 124
Joined: Nov 2010
Reputation:
0
i see ure using a stock function for this.
Gimme the whole code.