18.02.2012, 19:28
My bad, do it like that, I don't know this function too well, but delete everything what I gave you and try this:
Hope I could help this time better!
pawn Код:
new WLevel;
GetPlayerWantedLevel(playerid, WLevel);
if(WLevel == 6) return SendClientMessage(playerid,COLOR_RED,"You need to have a lower wantedlevel to continue!");
else if(WLevel < 6)
//The rest of your code here, what should continue, bla