105 files piaciuti
7 commenti
0 video
0 caricamenti
0 seguaci
Cool! I have an idea. It would be cool, you to buy it first by LSC.
Very cool, yes, but it's too loud, and the volume setting... you know.
I think its a problem of GTAlua, but i don't know, how to find an answer there
Big Problem:
When I start the Game, I can use the Mod.
But when I load a savegame, the mod is gone and I can't restart it.
I made a german version:
"old script line"
>>
"new script line"
-------------------------------------------------------
local ampmclock = true
>>
local ampmclock = false
DayName = "Sunday"
>>
DayName = "Sonntag"
DayName = "Monday"
>>
DayName = "Montag"
DayName = "Tuesday"
>>
DayName = "Dienstag"
DayName = "Wednesday"
>>
DayName = "Mittwoch"
DayName = "Thursday"
>>
DayName = "Donnerstag"
DayName = "Friday"
>>
DayName = "Freitag"
DayName = "Saturday"
>>
DayName = "Samstag"
Date = string.format("%s-%s-%s", Month, Day, Year)
>>
Date = string.format("%s.%s.%s", Day, Month, Year)