29.10.2018, 15:17
What's up?
So I wrote this snippet
and now compiler frozens! If I comment this snippet up, it will build.
I am using SublimeText to edit/build
So I wrote this snippet
PHP код:
switch(P[playerid][Level]){
case 0..20: SetPlayerColor(playerid, COLOR_NOOB);
case 21..50: SetPlayerColor(playerid, COLOR_PRISONER);
case 51..200: SetPlayerColor(playerid, COLOR_SKILLED_PRISONER);
case 201..500: SetPlayerColor(playerid, COLOR_PROFESSIONAL_PRISONER);
case 501..1000: SetPlayerColor(playerid, COLOR_DISCORDIA_GOD);
case 1001..200000: SetPlayerColor(playerid, COLOR_GOD);
}
I am using SublimeText to edit/build