Errors.
#2

For the sscanf, make sure that you're defining the colors like this.
PHP код:
#define COL_RED             "{FF002B}" 
Because SendClientMessage doesn't read HEX.

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"); 
With
Код:
E:\New folder\New folder\pawno\include\SSGANG\Core\Gangs\GangData.pwn(32) : error 018: initialization data exceeds declared size
What line exactly has the error and where are you using it?
Reply


Messages In This Thread
Errors. - by Dangjai - 11.07.2018, 01:33
Re: Errors. - by Tass007 - 11.07.2018, 02:07
Re: Errors. - by Dangjai - 11.07.2018, 02:20
Re: Errors. - by Dangjai - 11.07.2018, 02:40
Re: Errors. - by Tass007 - 11.07.2018, 03:14
Re: Errors. - by Dangjai - 11.07.2018, 03:20
Re: Errors. - by Tass007 - 11.07.2018, 03:50
Re: Errors. - by Dangjai - 11.07.2018, 04:00
Re: Errors. - by Florin48 - 11.07.2018, 06:20
Re: Errors. - by Dangjai - 11.07.2018, 07:55

Forum Jump:


Users browsing this thread: 1 Guest(s)