[HELP]Time in the teleportation
#4

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;
}
Reply


Messages In This Thread
[HELP]Time in the teleportation - by BlackSkull - 07.04.2010, 01:30
Re: [HELP]Time in the teleportation - by CuervO - 07.04.2010, 01:43
Re: [HELP]Time in the teleportation - by BlackSkull - 07.04.2010, 03:04
Re: [HELP]Time in the teleportation - by Adil - 07.04.2010, 03:14
Re: [HELP]Time in the teleportation - by CuervO - 07.04.2010, 04:08
Re: [HELP]Time in the teleportation - by BlackSkull - 07.04.2010, 14:28

Forum Jump:


Users browsing this thread: 1 Guest(s)