Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ////////////////////////////////////////////////////
- #define DIJELOVI_FILE "Server/Dijelovi.ini"
- enum Dij
- {
- MagDij
- };
- new DijInfo[Dij];
- ////////////////////////////////////////////////////
- new sefstring[200];
- format(sefstring, sizeof(sefstring), ""ZUTA"Kolicina dijelova: %d", DijInfo[MagDij]);
- magacindijel = CreateDynamic3DTextLabel(sefstring,0x00C0FFFF, 2564.7883,-1293.0896,1044.1250, 10);
- /////////////////////////////////////////////////////
- ///////////////////////////////////////////////////
- forward UcitajDijelove(name[],value[]);
- public UcitajDijelove(name[],value[])
- {
- INI_Int("Dijelovi",DijInfo[MagDij]);
- return 1;
- }
- ///////////////////////////////////////////////////
- stock SacuvajDijelove()
- {
- new nFile[80];
- format(nFile,sizeof(nFile),ORG_FILE);
- new INI:File = INI_Open(nFile);
- INI_WriteInt(File,"Dijelovi",DijInfo[MagDij]);
- INI_Close(File);
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment