Simple Help Question!
#4

public Record(playerid)
{
if(Precord)
{
new string[92];
format(string, sizeof(string), "**Record for online players %d, fixed on %d %s %d, at %d:%d", Precord, Drecord, mname[Mrecord-1], Yrecord, THrecord, TMrecord);
SendClientMessage(playerid, 0xA5D24DFF, string);
}
oplayers++;
if(Precord < oplayers)
{
Precord=oplayers;
gettime(THrecord, TMrecord); getdate(Yrecord, Mrecord, Drecord);
new string[92];
format(string, sizeof(string), "*New record for online players %d, fixed on %d %s %d, at %d:%d", Precord, Drecord, mname[Mrecord-1], Yrecord, THrecord, TMrecord);
SendClientMessageToAll(0xFCB833FF, string);
SaveRecord();
}
return 1;
}

DIFF BETWEEN THIS

PHP код:
format(stringsizeof(string), "*New record for online players %d, fixed on %d %s %d, at %d:%d"PrecordDrecordmname[Mrecord-1], YrecordTHrecordTMrecord); 
AND THIS :

PHP код:
format(stringsizeof(string), "**Record for online players %d, fixed on %d %s %d, at %d:%d"PrecordDrecordmname[Mrecord-1], YrecordTHrecordTMrecord); 
Reply


Messages In This Thread
Simple Help Question! - by Akcent_Voltaj - 09.08.2012, 18:26
Re: Simple Help Question! - by Wesley221 - 09.08.2012, 18:30
Re: Simple Help Question! - by Akcent_Voltaj - 09.08.2012, 18:33
Re: Simple Help Question! - by Akcent_Voltaj - 09.08.2012, 18:43
Re: Simple Help Question! - by FalconX - 09.08.2012, 18:51

Forum Jump:


Users browsing this thread: 1 Guest(s)