Player Paused For 3 seconds
#1

Hey
i want help
Код:
if (strcmp(cmdtext, "/parkoursc", true)==0)
  {
		 SetPlayerPos(playerid, -1809.0477,580.7404,35.1667);
		 ResetPlayerWeapons(playerid);
		     new name[MAX_PLAYER_NAME];
    new msg[256];
	GetPlayerName(playerid,name,MAX_PLAYER_NAME);
	format(msg,sizeof(msg),"%s [%i] has been teleported to Parkoursc Arena To Join Use [/Parkoursc].",name,playerid);
	SendClientMessageToAll(COLOR_GREEN,msg);
	 return 1;
 }
i want that when a player use command get teleported he should be paused for 5 seconds so that map will be loaded
Reply


Messages In This Thread
Player Paused For 3 seconds - by wheelman_WM - 16.04.2011, 07:58
Re: Player Paused For 3 seconds - by Gertin - 16.04.2011, 08:10
Re: Player Paused For 3 seconds - by wheelman_WM - 16.04.2011, 08:19
Re: Player Paused For 3 seconds - by iJumbo - 16.04.2011, 08:36
Re: Player Paused For 3 seconds - by wheelman_WM - 16.04.2011, 09:22
Re: Player Paused For 3 seconds - by Gertin - 16.04.2011, 09:30
Re: Player Paused For 3 seconds - by wheelman_WM - 16.04.2011, 09:34
Re: Player Paused For 3 seconds - by Gertin - 16.04.2011, 09:35
Re: Player Paused For 3 seconds - by iJumbo - 16.04.2011, 09:46

Forum Jump:


Users browsing this thread: 1 Guest(s)