Quote:
Originally Posted by godofwarares
updateboard(x, y, width, height);
Works for me, without updating the level.
Example, to update the whole level:
PHP Code:
updateboard(0, 0, 64, 64);
|
updateboard is for displaying any changes to the tiles in a gmap via script, I'm not sure that it works the same as updatelevel.