PHP Code:
public ZoneTouch(player, zone)
{
new zm = pev(zone, ZONEID)
if (admin_immunity && (get_user_flags(player) & ADMIN_IMMUNITY)) return
if ( (ZONEMODE:zm == ZM_CHECKPOINT) )
{
if (!pointing[player])
{
client_print(player, print_center, "Check point", player)
checkpointzone[player] = zone
checktime[player] = get_gametime()
checked[player] = get_gametime()
set_task(0.1, "Checkpoints", TASK_BASIS_CAMPER + player, _, _, "a",6)
}
}
}
the problem :
after 1 time touch, happend nothing. how can i give this repeat that this shit can be touched in a round more then 1 time ?
__________________