03/02/2024 15:44 
	
	
	
		Bom dia, bom estou tentando fazer um random utilizando setplayerchackpoint:
new rand = random(sizeof(g_arrCheckpoints6));
SetPlayerRaceCheckpoint(playerid,0,g_arrCheckpoints6[rand][0], g_arrCheckpoints6[rand][1], g_arrCheckpoints6[rand][2],g_arrCheckpoints6[rand][3], g_arrCheckpoints6[rand][4], g_arrCheckpoints6[rand][5], 2);
o problema é que não está funcionando
error 032: array index out of bounds (variable "g_arrCheckpoints6") <<<< Apareçe isso
	
	
	
new rand = random(sizeof(g_arrCheckpoints6));
SetPlayerRaceCheckpoint(playerid,0,g_arrCheckpoints6[rand][0], g_arrCheckpoints6[rand][1], g_arrCheckpoints6[rand][2],g_arrCheckpoints6[rand][3], g_arrCheckpoints6[rand][4], g_arrCheckpoints6[rand][5], 2);
o problema é que não está funcionando
error 032: array index out of bounds (variable "g_arrCheckpoints6") <<<< Apareçe isso

	   
	
