11.07.2018, 02:40
Quote:
For the sscanf, make sure that you're defining the colors like this.
|
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");