I built a system based on variables and it has not been saved
#5

PHP код:
stock GetYr(playerid)
{
new 
Yr[100],Name[24];
GetPlayerName(playerid,Name,24);
format(Yrsizeof(Yr), "Yr/Users/%s.ini"Name);
return 
Yr;

yes it's good ...


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

someone told me to do like this -

PHP код:
new String2[256];
format(String2,256,"%d",FileL2[playerid][Clock2]);
dini_Set(GetYr(playerid),"Clock",String2);
FileL2[playerid][Clock2] = 0
and it's work, but why ??
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)