Hallo Brotfische,
Ich hatte vor 3 Random Checkpoints zu erstellen jedoch bekamm ich eine Fehler Meldung: error 001: expected token: ";", but found "-identifier-"
Ich habe ganz oben im Script:
enum Check
{
	Float:x,
	Float:y,
	Float:z,
	size
}
new Checkpoints[3][Check] =
{
	{1173.2291,-1828.0602,12.9596,5},
	{1533.0435,-1734.4226,12.9406,5},
	{1819.6182,-1915.1453,12.9584,5}
}
Und einen Command:
if (strcmp("/check", cmdtext, true) == 0)
{
	new CP = random(sizeof(Checkpoints));
	SetPlayerCheckpoint(playerid,Checkpoints[CP][x],Checkpoints[CP][y],Checkpoints[CP][z],Checkpoints[CP][size]);
	return 1;
}
Hoffe ihr könnt mir helfen 
 
		 
		
		
	 
			
									
		


