Thread: Update Level
View Single Post
  #2  
Old 04-24-2007, 02:17 AM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by godofwarares View Post
updateboard(x, y, width, height);

Works for me, without updating the level.
Example, to update the whole level:

PHP Code:
updateboard(006464); 

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.
Reply With Quote