2021-10-02, 12:27 PM
(2021-09-29, 07:22 PM)Kwarde Wrote: See: https://github.com/pawn-lang/compiler/wiki/Const-Correctness
Appearantly those warnings were disabled by -however/wherever you compiled before-.
I'll take a look
But its not even creating the .amx
Or this is creating in somewhere else?
About the warning
It's giving the warning
Code:
warning 239: literal array/string passed to a non-const parameter
Code:
SendRconCommand("password 0");
ApplyAnimation(playerid, "PED", "handsup", 4.1, 0, 0, 0, 1, 0, 1);