07.04.2010, 03:14
Just remove the print line from it, it's not necessary.
pawn Код:
forward ResetTeleport(playerid);
public ResetTeleport(playerid)
{
new plname[24]; // Checking for The Name - Delete if the debug goes correctly
GetPlayerName(playerid, plname, sizeof(plname)); // Checking for The Name - Delete if the debug goes correctly
JustTeleported[playerid] = 0;
return 1;
}

