20.10.2018, 18:29
Quote:
The compiler does not like to pass a string directly with the latest version.
pawn Code:
|
BEFORE:
Quote:
forward SetPlayerCriminal(playerid, declare[], reason[], wanted); |
Quote:
forward SetPlayerCriminal(playerid, const declare[], const reason[], wanted); |