All players have the same name with id:0
#3

Quote:
Originally Posted by Cameltoe
Посмотреть сообщение
Show us some code.. OnPlayerConnect
Код:
public OnPlayerConnect(playerid)
{
	new string[256], playername[MAX_PLAYER_NAME], file[255];
    GetPlayerName(playerid, playername, sizeof(playername));
    format(string, sizeof(string), "%s has joined San Andreas Ultimate Cops And Robbers", playername);
    Announce(string);
    SetTimerEx("AntiTK", 3000, 1, "d", playerid);
    IsPlayerLogged[playerid] = 0;
	RecentlyRobbed[playerid] = 0;
	SelectBM[playerid] = 0;
	AMMUBOX[playerid] = 0;
	CSKINZ[playerid] = 0;
	CSKINU[playerid] = 0;
	CSKIN[playerid] = 0;
	CHALLBOX[playerid] = 0;
	IcmdCar[playerid][CarcmdI] = -1;
	IsSpawned[playerid] =0;
	GPSTimer[playerid] = 0;
	HaveGPS[playerid] = false;
	Muted[playerid] = 0;
	AccountInfo[playerid][aLevel] = 0;
	//Text Draws
	TextDrawShowForPlayer(playerid, BOX);
	TextDrawShowForPlayer(playerid, Welcome);
	TextDrawShowForPlayer(playerid, text1);
	TextDrawShowForPlayer(playerid, text2);
	TextDrawShowForPlayer(playerid, text3);
	HaveTicket[playerid] = false;
	new Registre[250];
	format(file, sizeof(file), "%s.runix", playername);
	if(fexist(file))
	{
	GetPlayerName(playerid,playername,MAX_PLAYER_NAME);
    format(Registre,sizeof(Registre),"Welcome back %s!\n\nPlease Login to continue!",playername);
    ShowPlayerDialog(playerid,LoginName,DIALOG_STYLE_INPUT,"Login",Registre,"Login","Kick");
    }
    else
    if(!fexist(file))
	{
	GetPlayerName(playerid,playername,MAX_PLAYER_NAME);
    format(Registre,sizeof(Registre),"Welcome %s!\n\nPlease register to continue!",playername);
    ShowPlayerDialog(playerid,RegisterName,DIALOG_STYLE_INPUT,"Register",Registre,"Register","Kick");
    }
    
    SetTimerEx("WantedLevelMinus", 100, 1, "i", playerid);
	return true;
}
Reply


Messages In This Thread
[SOLVED]All players have the same name with id:0 - by x-unit - 30.07.2010, 12:13
Re: All players have the same name with id:0 - by Cameltoe - 30.07.2010, 12:16
Re: All players have the same name with id:0 - by x-unit - 30.07.2010, 12:19
Re: All players have the same name with id:0 - by x-unit - 31.07.2010, 09:59
Re: All players have the same name with id:0 - by Cameltoe - 31.07.2010, 10:00
Re: All players have the same name with id:0 - by FireCat - 31.07.2010, 10:06
Re: All players have the same name with id:0 - by Guest3598475934857938411 - 31.07.2010, 16:26
Re: All players have the same name with id:0 - by SWEMike - 31.07.2010, 23:20
Re: All players have the same name with id:0 - by Guest3598475934857938411 - 01.08.2010, 06:33
Re: All players have the same name with id:0 - by Kar - 01.08.2010, 06:41

Forum Jump:


Users browsing this thread: 3 Guest(s)