09.07.2013, 12:03
Hey! I have no idea why my code won't show these two lines of text
My code only shows the first SendClientMessage
And is this [32] in the code length of string?
Код:
if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using any command."); // SFPD if(IsACop(playerid)) SendClientMessage(playerid, COLOR_YELLOW, "SFPD: {FFFFFF}/r /d /m /tazer /cuff /legcuff /drunktest /uncuff /detain /track /door /gate /locker /showbadge /frisk /createspike /removespike /removespikes"); if(IsACop(playerid)) SendClientMessage(playerid, COLOR_YELLOW, "SFPD: {FFFFFF}/bk /cbk /checkload /siren /ticket /flashlights /wanted /mdc /drag /su /arrest /members /quitfaction");
And is this [32] in the code length of string?
Код:
if(sscanf(params, "s[32]", params))