im making a command and conquer game (CNC)
characters can build bases, and tanks, but they all have a owner var. so other players cannot use your stuff, but when you log out and back in the obj var owner is no longer set to the player that made it
i have it saving all the mob stuff but why does it delete the map info and obj on the map
ID:162582
![]() Dec 20 2007, 1:45 pm
|
|
so ya i kinda did that but i dont know whats wrong with that?
if (base_save_verbs) and here there defined client/var/tmp |
Logic: because you're only saving "all of the mob stuff", not "the map info and obj on the map".
Solution: save "the map info and obj on the map" with "all of the mob stuff".
-- Data