20.10.2018, 18:16
The compiler does not like to pass a string directly with the latest version.
Since the text in `SetPlayerCriminal` function can be used in other parts of the script, create constants globally.
pawn Code:
static profile_params[] = "0";
if(PlayerProfile[playerid]) cmd_profile(playerid, profile_params);