14.10.2012, 16:23
Hello i've a small bug.. In my script when i've a line with that kind/sort
It only shows 1 line on the game..
But when i change it to string it shows all the lines and i've over 3500 line with that sort/kind.. So it would be hard to change all of them
Anyhelp?!
pawn Code:
if(IsACop(playerid)) SendClientMessage(playerid, COLOR_YELLOW, "LSPD: {FFFFFF}/ram /uncuff /detain /track /door /gate /locker /showbadge /frisk /createspike /removespike /removespikes /createcade /removecade /removecades");
if(IsACop(playerid)) SendClientMessage(playerid, COLOR_YELLOW, "LSPD: {FFFFFF}/r /d /m /tazer /cuff /siren /ticket /wanted /mdc /drag /su /arrest /take");
But when i change it to string it shows all the lines and i've over 3500 line with that sort/kind.. So it would be hard to change all of them
Anyhelp?!