Quote:
Originally Posted by ]Rafaellos[
Show us where do you use it. Also you can write this way, which it's easier for my opinion.
pawn Код:
switch(pinfo[playerid][TotalRobs]) { case 5, 10, 20, 25, 30, 35: { pinfo[playerid][Robskill]++; } }
|
indeed its easier but anyway i am not using it anywhere should i use it OnPlayerUpdate or to every command i use for robberies?