View Single Post
By.King
Member
Join Date: Jan 2019
Old 11-06-2020 , 08:59   Re: index out of bounds
Reply With Quote #4

You should test the incoming number first for error.

public arenaname( id )
{
client_print_color(id, id, "%d", am_get_player_arena(id));
}
By.King is offline