22.09.2016, 15:19
Why would you want to pass another argument (which is not format to begin with) to the function? value is already string. You don't need sscanf either (you have used it wrong too because "s" specifier needs length in [] next to it).
in strlen function you replace value with params and last:
pawn Код:
if (isnull(params)) return ... // usage
pawn Код:
playerData[playerid][CustomLabel] = Create3DTextLabel(params, 0xFFDC2EFF, 30.0, 40.0, 50.0, 60.0, -1, 1);