AllowAdminTeleport()
#2

Its removed in 0.3d
You can use the OnPlayerClickMap() callback for replace this function

Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ) 
{
    if(IsPlayerAdmin(playerid)) 
    {
        SetPlayerPosFindZ(playerid, fX, fY, fZ);
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
AllowAdminTeleport() - by dannyk0ed - 19.03.2012, 19:26
Re: AllowAdminTeleport() - by NeTuddMeg - 19.03.2012, 19:31
Re: AllowAdminTeleport() - by T0pAz - 19.03.2012, 19:32
Re: AllowAdminTeleport() - by Richie© - 19.03.2012, 19:32
Re: AllowAdminTeleport() - by Abravanel - 19.03.2012, 19:33
Re: AllowAdminTeleport() - by dannyk0ed - 19.03.2012, 19:39
Re: AllowAdminTeleport() - by Abravanel - 19.03.2012, 19:49
Re: AllowAdminTeleport() - by dannyk0ed - 19.03.2012, 19:50
Re: AllowAdminTeleport() - by Abravanel - 19.03.2012, 19:57
Re: AllowAdminTeleport() - by new121 - 19.03.2012, 19:58

Forum Jump:


Users browsing this thread: 1 Guest(s)