Problem in pawno
#6

Quote:
Originally Posted by Morkano
Посмотреть сообщение
reply please
Код:
dini_Create(SettingFile);
dini_IntSet(SettingFile, "PocketMoney", 3000);
dini_IntSet(SettingFile, "JailCommands", 0);
dini_IntSet(SettingFile, "AnnounceSeconds", 3);
dini_IntSet(SettingFile, "PassMin", 3);
dini_IntSet(SettingFile, "PassMax", 15);
{
// just why it ends and there is no start at new code???? like public or { all I see is ending with {

gSettings[POCKET_MONEY] = dini_Int(SettingFile, "PocketMoney");
gSettings[JAIL_COMMANDS] = dini_Int(SettingFile, "JailCommands");
gSettings[ANNOUNCE_SECONDS] = dini_Int(SettingFile, "AnnounceSeconds");
gSettings[PASS_MIN] = dini_Int(SettingFile, "PassMin");
gSettings[PASS_MAX] = dini_Int(SettingFile, "PassMax");
return 1; 
}
Reply


Messages In This Thread
Problem in pawno - by Morkano - 10.07.2012, 16:53
Re: Problem in pawno - by coole210 - 10.07.2012, 16:59
Re: Problem in pawno - by clarencecuzz - 10.07.2012, 17:02
Re: Problem in pawno - by Morkano - 10.07.2012, 17:20
Re: Problem in pawno - by Morkano - 10.07.2012, 17:25
Re: Problem in pawno - by Scrillex - 10.07.2012, 17:30
Re: Problem in pawno - by Morkano - 10.07.2012, 17:37
Re: Problem in pawno - by coole210 - 10.07.2012, 17:39
Re: Problem in pawno - by ZBits - 10.07.2012, 18:17
Re: Problem in pawno - by reh_007 - 10.07.2012, 18:32

Forum Jump:


Users browsing this thread: 1 Guest(s)