16.11.2012, 16:34
i got /sethouses from ravens but i want to make it ini. so i can add houses in game without setted... please help .REP!
PHP код:
if(strcmp(cmd, "/sethousesss", true) == 0)
{
for(new i = 0; i < sizeof(BizzInfo); i++)
{
format(string, sizeof(string),"LARP/Bizzes/%d.ini",i)
if(dini_Exists(string))
{
dini_IntSet(string, "Setted",1);
}
}
return 1;
}