
04-23-2001, 03:15 AM
|
|
bryan986
|
 |
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
|
|
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 |
|
|
|