15.08.2017, 23:36
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; }