View Single Post
  #8  
Old 06-20-2012, 02:52 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
On gmaps the horses don't work, but we were emulation horses by directly putting the player on a horse:
Add:
PHP Code:
player.horseimg "ride.png"
Remove:
PHP Code:
takeplayerhorse();
// Remove the spawned horse
for (temp.i=0temp.i<10temp.i++)
  
player.level.removehorse(temp.i); 
Reply With Quote