26.09.2012, 00:28
Код:
#include <a_samp> #define FILTERSCRIPT public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/vipcolor", cmdtext, true, 10) == 0) { SetPlayerColor(playerid, 0xE10000FF); return 1; } return 0; }
The color is red btw