View Single Post
  #1  
Old 01-27-2012, 09:57 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
new TServerPlayer Parameters

Sometimes when creating a lot of offline players objects, it can be a consuming process on the server. Presumably much of this script time would be the result of the automatic loading of attributes from the player and then storing it on the object.

But what if you have no need to read variables from an offline player, and only want to write to them?
It would be a faster process if you could specify some form of parameter to avoid the automatic attribute loading. Even better, assuming it would produce some improvement on script time, would be to have some way to specify which types of variables you want to load, such as client., clientr., built-in or normal non built-in variables.
Reply With Quote