Skip to main content

AllowAdminTeleport

warning

This function, as of 0.3d, is deprecated. Please see OnPlayerClickMap.

คำอธิบาย

This function will determine whether RCON admins will be teleported to their waypoint when they set one.

NameDescription
allow0 to disable and 1 to enable.

ส่งคืน

This function does not return any specific values.

ตัวอย่าง

public OnGameModeInit()
{
AllowAdminTeleport(1);
// Other stuff
return 1;
}

ฟังก์ชั่นที่เกี่ยวข้องกัน