Help. :|
#4

pawn Код:
new INI:File = INI_Open(HousePath(/*put your house id here for example "i" in loop*/));
INI_SetTag(File,"Houses");
INI_WriteInt(File,"House ID", hID);
INI_WriteInt(File,"House Interior", hInterior);
INI_WriteFloat(File,"hX", X);
INI_WriteFloat(File,"hY", Y);
INI_WriteFloat(File,"hZ", Z);

stock HousePath(houseid /*you have to call something :|*/)
{
    new string[128];
    format(string,sizeof(string),PATH, houseid /* <-----------*/);
    return string;
}
Reply


Messages In This Thread
Help. :| - by HY - 11.12.2014, 16:44
Re: Help. :| - by Clad - 11.12.2014, 16:50
Re: Help. :| - by HY - 11.12.2014, 16:54
Re: Help. :| - by M4D - 11.12.2014, 16:55
Re: Help. :| - by HY - 11.12.2014, 17:00
Re: Help. :| - by Clad - 11.12.2014, 17:02
Re: Help. :| - by M4D - 11.12.2014, 17:07
Re: Help. :| - by HY - 11.12.2014, 17:23
Re: Help. :| - by Ryz - 11.12.2014, 17:36
Re: Help. :| - by HY - 11.12.2014, 17:38

Forum Jump:


Users browsing this thread: 1 Guest(s)