29.05.2009, 11:13
Would be cool if you would make it possible to move objects by buttons instead commands(will make it easier to map)
and also as Stevelo said:
you should make it to
and also as Stevelo said:
Quote:
Originally Posted by Stevelo
I can see a few bugs from a quick glance at the code. For example, if player ID 0 is editing an object, and player ID 1 starts editing an object, both players objects will parse because your storing the object data for only one object, globally.
Also, as far as I can remember there are object IDs above 10000. In the addobject command, it would be better to use IsValidObject. |