[Include] [INC] Map teleport fix.
#1

How dose this work?

This INC works by toggling the players controllable for 2 seconds then releasing it ensuring that the map has enough time to load, So no more dropping though the map when a player teleports somewhere.

How do i use this?

Copy the "ChrisMapFix.inc" into your Pawno/Includes folder.


At the top of your Gamemode/Filterscript put:

Code:
#include <ChrisMapFix>
When you code a teleport you use:

Code:
SetPlayerTimedPos(playerid, X, Y, Z);
Instead of:

Code:
SetPlayerPos(playerid, X, Y, Z);
This INC is fully tested by me, This is my first release so be kind, And ideas welcome!.

Download: ChrisMapFix.inc
Reply


Messages In This Thread
[INC] Map teleport fix. - by Christopher. - 10.11.2009, 20:26
Re: [INC] Map teleport fix. - by aspire5630 - 10.11.2009, 21:21
Re: [INC] Map teleport fix. - by Christopher. - 10.11.2009, 22:31
Re: [INC] Map teleport fix. - by iLinx - 10.11.2009, 23:03
Re: [INC] Map teleport fix. - by Infamous - 10.11.2009, 23:31
Re: [INC] Map teleport fix. - by Christopher. - 11.11.2009, 13:56

Forum Jump:


Users browsing this thread: 1 Guest(s)