What's wrong?
#1

Код:
		else if(classid >= 59)
	{
		format(string, sizeof(string), "~w~Tekst1");
		GameTextForPlayer(playerid,string,1000,6);
	}
		else if(classid >= 60)
	{
		format(string, sizeof(string), "~p~Tekst2");
		GameTextForPlayer(playerid,string,1000,6);
	}
	  else if(classid >= 61)
	{
		format(string, sizeof(string), "~b~Tekst3");
		GameTextForPlayer(playerid,string,1000,6);
	}
But, it says at all the skins Tekst1
Reply
#2

You know what "else if" mean? It's like, "if previous condition is false, then try this".

Use a switch statement or replace >= with ==.
Reply
#3

hello I bew hear
i living in croata
how i can play multipleyer
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)