22.05.2015, 13:47
Hey samp members!
I need help to make a kind of a loop ,which something like :
I want skins under 102 (means 102 is not with them) have a custom textdraw when player changes to one of them
and skins between 128 and 280 have diffrent textdraw ,too. How to make that staff?
another question : i made this line maybe it helps you to understand what i want...
So "a" classes doesn't contain skins from 101 to 128,280 to 289 and above 299 skins.
By the way,it is compiled fine,But the problem is that when i start the server,I can only choose CJ skin only,no more to select from,any idea?
I need help to make a kind of a loop ,which something like :
I want skins under 102 (means 102 is not with them) have a custom textdraw when player changes to one of them
and skins between 128 and 280 have diffrent textdraw ,too. How to make that staff?
another question : i made this line maybe it helps you to understand what i want...
pawn Код:
new a = 0;
while(a <= 101 && a >= 128 && a <= 280 && a >= 289 && a <= 299)
{
AddPlayerClass(a, 2485.6213,-1665.0665,15, -1, 0, 0, 0, 0, 0, 0);
a = a + 1;
By the way,it is compiled fine,But the problem is that when i start the server,I can only choose CJ skin only,no more to select from,any idea?