of     1   

EliteTCer
#36958180Saturday, November 13, 2010 10:33 PM GMT

The owner of the tycoon has left the game but he still owns the tycoon. Why? How do i fix this? Please help.
crazypotato4
#36958296Saturday, November 13, 2010 10:35 PM GMT

You need a function that will see if the player has left the game. If the player leave, then make the tycoon go back to how it was originally (with no owner)
EliteTCer
#36958411Saturday, November 13, 2010 10:37 PM GMT

What kind of function and where do i put it?
numerlogi
#36958706Saturday, November 13, 2010 10:41 PM GMT

do a while true do loop that continuously scan if owner is in the game if he leave then remove his ownership
crazypotato4
#36958787Saturday, November 13, 2010 10:42 PM GMT

OR, a more efficient way of doing it is to have a PlayerRemoving function in game.Players. It will return the player, and you can see if the player is the owner of the tycoon. If it is, then you can regen the tycoon.
EliteTCer
#36959654Saturday, November 13, 2010 10:56 PM GMT

I don't see a player scan script or a player removal script. Can you help?

    of     1