Quote:
Originally Posted by backwardsman97
Maybe like this.
pawn Код:
new Tp[MAX_PLAYERS];//Top
//When you teleport them if(PlayerToPoint(/*Blah Blah*/)) { if(!Tp[playerid]) { //SetPlayerPos Tp[playerid] = 1; } } else { Tp[playerid] = 0; }
|
thanks man i think i get it