29.07.2009, 14:17
Quote:
Originally Posted by pagie1111
Well, you can create this:
first get 200 saved positions. Код:
if (strcmp("/l", cmdtext, true, 7) == 0) // /l [1-200] { new ID; switch(ID) { case 1: SetPlayerPos(playerid,X,Y,Z); case 2: SetPlayerPos(playerid,X,Y,Z); case 3: SetPlayerPos(playerid,X,Y,Z); //and so on to case 200: } return 1; } |