Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for(new i =0; i < sizeof Autohaus; i++)
- {
- new Fahrzeugdatei[60];
- format[Fahrzeugdatei,sizeof(Fahrzeugdatei),"Autohaus/%s.ini",Autohaus[i][Autohausname];
- if(!dini_Exists(Fahrzeugdatei))
- {
- dini_Create(Fahrzeugdatei);
- dini_Set(Fahrzeugdatei,"Besitzer","[SoS]ControlPanel");
- dini_IntSet(Fahrzeugdatei,"Kasse",Autohaus[i][Kasse]);
- }
- Autohaus[i][Kasse] = dini_Int(Fahrzeugdatei,"Kasse");
- format(Autohaus[i][Besitzer],MAX_PLAYERNAME_NAME,dini_get(Fahrzeugdatei,"Besitzer");
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment