My server is restarting...
#9

Код:
stock UuriM2ngijanimi(playerid)
{
	new
		Nimii[MAX_PLAYER_NAME]
	;
	if(IsPlayerConnected(playerid))
	{
		GetPlayerName(playerid, Nimii, sizeof(Nimii));
		mysql_real_escape_string(Nimii, Isikunimi);
	}
	else Isikunimi = "Tundmatu";
	return Isikunimi;
}
And

Код:
public OnPlayerConnect(playerid)
{
    if(IsPlayerNPC(playerid)) return 1;
    SetPlayerColor(playerid, -1);
	M2ngijaYhineb(playerid);
	return 1;
}
I use a lot of stocks everywhere
Reply


Messages In This Thread
My server is restarting... - by Larry123 - 07.01.2012, 16:53
Re: My server is restarting... - by Artie_Scorpion - 07.01.2012, 16:58
Re: My server is restarting... - by BlackWolf120 - 07.01.2012, 17:07
Re: My server is restarting... - by Wickeed - 07.01.2012, 17:30
Re: My server is restarting... - by Larry123 - 07.01.2012, 17:38
Re: My server is restarting... - by BlackWolf120 - 07.01.2012, 17:52
Re: My server is restarting... - by Larry123 - 07.01.2012, 18:17
Re: My server is restarting... - by BlackWolf120 - 07.01.2012, 18:20
Re: My server is restarting... - by Larry123 - 07.01.2012, 18:26
Re: My server is restarting... - by Larry123 - 07.01.2012, 19:00

Forum Jump:


Users browsing this thread: 3 Guest(s)