What's wrong here.
#1

Im creating a Textdraws for Police but when i go to Checkpoint i didn't got anything why?? There are no Errors/ Warrings
Код:
if(checkpointid == Police)
   {
	 if(GetPlayerSkin(playerid) == 280 || 281 || 282 || 285 || 287)
	 {
		TextDrawShowForPlayer(playerid, Textdraw11);
		TextDrawShowForPlayer(playerid, Textdraw12);
		TextDrawShowForPlayer(playerid, Textdraw13);
		TextDrawShowForPlayer(playerid, Textdraw14);
		TextDrawShowForPlayer(playerid, Textdraw15);
		TextDrawShowForPlayer(playerid, Textdraw16);
		TextDrawShowForPlayer(playerid, Textdraw17);
		TextDrawShowForPlayer(playerid, Textdraw18);
		TextDrawShowForPlayer(playerid, Textdraw19);
		TextDrawShowForPlayer(playerid, Textdraw20);
		TextDrawShowForPlayer(playerid, Textdraw21);
		SendClientMessage(playerid, COLOR_RED, "You are not Police");
	 }
   }
   return 1;
}
Reply


Messages In This Thread
What's wrong here. - by Man43 - 15.08.2017, 23:36
Re: What's wrong here. - by Man43 - 15.08.2017, 23:43
Re: What's wrong here. - by Hansrutger - 15.08.2017, 23:48
Re: What's wrong here. - by Man43 - 15.08.2017, 23:51
Re: What's wrong here. - by Cashew - 16.08.2017, 11:14

Forum Jump:


Users browsing this thread: 2 Guest(s)