18.11.2011, 10:56
pawn Код:
365: new score = GetPlayerScore(playerid);
366: if(score == 10 || score <= 10)
367: {
368: TextDrawShowForPlayer(playerid, level0);
369: return 1;
370: }
371: if(score => 11 && score <= 100)
372: {
373: TextDrawShowForPlayer(playerid, level1);
374: return 1;
375: }