hi team
I have a big problem, I can't find the problem in my init (life_server)
Login and life_server at your disposal, thank's team beer
I need help !
Schön, dass du den Weg zu NodeZone.net gefunden hast! Aktuell bist du nicht angemeldet und kannst deshalb nur eingeschränkt auf unsere Community zugreifen. Um alle Funktionen freizuschalten, spannende Inhalte zu entdecken und dich aktiv einzubringen, registriere dich jetzt kostenlos oder melde dich mit deinem Account an.
hi team
I have a big problem, I can't find the problem in my init (life_server)
Login and life_server at your disposal, thank's team beer
I need help !
9:30:39 Error Undefined variable in expression: dealer_1
Seems like you deleted a Drug Dealer without removing it in the life_server\init.sqf
10:00:39 Error Undefined variable in expression: fed_bank
Furthermore the vault of the federal reserve is missing
Seems like you're using a modified map and didn't mentioned this things
9:30:39 Error Undefined variable in expression: dealer_1
Seems like you deleted a Drug Dealer without removing it in the life_server\init.sqf10:00:39 Error Undefined variable in expression: fed_bank
Furthermore the vault of the federal reserve is missing
Seems like you're using a modified map and didn't mentioned this things
Is this perhaps the cause of a vehicle that disappears and does not return to the garage?
dealer_1 and fed_bank are both objects on the map. And these both objects doesn't exist on your map.
To explain this: You can set objects on the map, which you can name with a custom name. (varibale name above the initialisation field)
This variablename is good to call the objects in your scripts without finding the object with functions like nearestObjects().