11.10.2014, 18:28 
	(
 Последний раз редактировалось blackeagle1122; 11.10.2014 в 21:44.
)
	
	
		Hi,
This callback is called when a player teleports to another player with cheats.
Include it in your gamemode then paste it. 
playerid - The player teleported.
i - The player was teleported by playerid.
It is tested and no bugs found. If you find a bug please comment.
Pastebin
Solidfiles
	
	
	
This callback is called when a player teleports to another player with cheats.
pawn Код:
public OnPlayerWarpToPlayer(playerid, i)
{
return 1;
}
playerid - The player teleported.
i - The player was teleported by playerid.
It is tested and no bugs found. If you find a bug please comment.
Pastebin
Solidfiles



