11.07.2018, 02:07
For the sscanf, make sure that you're defining the colors like this.
Because SendClientMessage doesn't read HEX.
For example:
With
What line exactly has the error and where are you using it?
PHP код:
#define COL_RED "{FF002B}"
For example:
PHP код:
#define COL_RED "{FF002B}"
#define COL_BROWN "{6B3F34}"
if(sscanf(params,"u",giveid)) return SendClientMessage(playerid, -1,""COL_RED"Error:"COL_BROWN"/demote playerid");
Код:
E:\New folder\New folder\pawno\include\SSGANG\Core\Gangs\GangData.pwn(32) : error 018: initialization data exceeds declared size