[Include] OnPlayerWarpToPlayer
#1

Hi,

This callback is called when a player teleports to another player with cheats.

pawn Код:
public OnPlayerWarpToPlayer(playerid, i)
{
        return 1;
}
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
Reply
#2

good work! thanks.
Reply
#3

very nice work! useful include
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)