Admins Saved Positions
#9

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;
	}
Happy scripting
absolute! good idea
Reply


Messages In This Thread
Admins Saved Positions - by nuriel8833 - 28.07.2009, 16:41
Re: Admins Saved Positions - by Serediucr - 28.07.2009, 16:45
Re: Admins Saved Positions - by nuriel8833 - 28.07.2009, 16:47
Re: Admins Saved Positions - by Chrham_2 - 28.07.2009, 17:10
Re: Admins Saved Positions - by nuriel8833 - 28.07.2009, 17:54
Re: Admins Saved Positions - by nuriel8833 - 28.07.2009, 20:06
Re: Admins Saved Positions - by nuriel8833 - 29.07.2009, 05:58
Re: Admins Saved Positions - by pagie1111 - 29.07.2009, 12:26
Re: Admins Saved Positions - by Serediucr - 29.07.2009, 14:17
Re: Admins Saved Positions - by nuriel8833 - 29.07.2009, 14:44

Forum Jump:


Users browsing this thread: 1 Guest(s)