Quote:
Originally Posted by SnG.Scot_MisCuDI
pawn Код:
WLevel = GetPlayerWantedLevel(playerid); if(WLevel == 6) return SendClientMessage(playerid,COLOR_RED,"You need to have a lower wantedlevel to continue!"); else if(WLevel < 6)
tried with that but also didnt work
|
try the printf the WLevel var and see what it holds...