Pawno two errors
#3

Код:
{
	    new i = IsPlayerInEVehicle[playerid];
		Seats[i] --;
	}
	new string[24];
	new d,m,y,h,mi,s;
	getdate(y,m,d);
	gettime(h,mi,s);
	format(string, sizeof(string), "%d/%d/%d at %d:%d:%d",d,m,y,h,mi,s);
	strmid(PlayerInfo[playerid][pLastSeen], string, 0, strlen(string), 255);
	{
		textreason = "Crashed";
		strmid(PlayerInfo[playerid][pWhyLeft], "Crashed", 0, strlen("Crashed"), 255);
		format(string2, sizeof(string2),"[INFO]: %sВлезе/Излезе Излезна от Bulgarian Roleplay.[%s]",plname, textreason);
   		SendAdminMessage(COLOR_GREEN, string2);
	}
	else if(reason == 1)
	{
		textreason = "Leaving";
		strmid(PlayerInfo[playerid][pWhyLeft], "Leaving", 0, strlen("Leaving"), 255);
		format(string2, sizeof(string2),"[INFO]: %sВлезе/Излезе Излезна от Bulgarian Roleplay.[%s]",plname, textreason);
   		SendAdminMessage(COLOR_GREEN, string2);
	}
	else if(reason == 2)
	{
		strmid(PlayerInfo[playerid][pWhyLeft], "Kicked/Banned", 0, strlen("Kicked/Banned"), 255);
	}
	SaveGuns(playerid);
	OnPlayerUpdateEx(playerid);
	if(OfficerCourseStep[playerid] != 255)
	{
THIS IS THE LINE
Reply


Messages In This Thread
Pawno two errors - by Yordan_Kronos - 17.05.2012, 13:32
Re: Pawno two errors - by Ballu Miaa - 17.05.2012, 13:41
Re: Pawno two errors - by Yordan_Kronos - 17.05.2012, 13:42
Re: Pawno two errors - by Ballu Miaa - 17.05.2012, 13:46
Re: Pawno two errors - by Yordan_Kronos - 17.05.2012, 13:48
Re: Pawno two errors - by Verbal - 17.05.2012, 13:57
Re: Pawno two errors - by Yordan_Kronos - 17.05.2012, 14:02
Re: Pawno two errors - by .FuneraL. - 17.05.2012, 14:09
Re: Pawno two errors - by Yordan_Kronos - 17.05.2012, 14:18
Re: Pawno two errors - by Ballu Miaa - 17.05.2012, 16:47

Forum Jump:


Users browsing this thread: 1 Guest(s)