02-08-2008, 04:27 AM
Index usually is a server variable, and it's local so you need to have it on your function, it's not a global variable. Client Side, sometimes, you need to call the function that sends the packet ordering for something, like in the case of player warping, it's: Where n is the map number.
Code:
Call WarpTo(n)