Thread: Stefan...
View Single Post
  #13  
Old 04-23-2001, 03:15 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
Another way

Here is another way you could make a warpto function:

if (playerchats&&startswith(warpto ,#c))
{
players[0].x=strtofloat(#e(7,2,#c));
players[0].y=strtofloat(#e(10,-1,#c))
}

That is a little shorter than using tokenize but not sure if it is the best way to do it.

---------------
bryan986
Navarone PW Owner
Reply With Quote