Thread: Account Warping
View Single Post
  #12  
Old 07-23-2001, 12:19 PM
General General is offline
Banned
Join Date: Apr 2001
Location: Station Square
Posts: 984
General is on a distinguished road
Send a message via ICQ to General Send a message via AIM to General Send a message via Yahoo to General
Quote:
setlevel2 #s(server.warp_level),#v(strtofloat(#s(server.warp _x))),#v(strtofloat(#s(server.warp_y)));
setstring server.warp_player,;
setlevel2 is like a break; command...it wont work unless its reversed

setstring server.warp_player,;
setlevel2 #s(server.warp_level),#v(strtofloat(#s(server.warp _x))),#v(strtofloat(#s(server.warp_y)));
Reply With Quote