09.12.2012, 17:06
Hi,
I use sscanf, and i want to do when you write
Then save this code to variable, but can i save it like that:
Server will write, that in my variable? or maybe need hex make into int?
I use sscanf, and i want to do when you write
Код:
/color [code like 0x000000AA]
Код:
new COLORCODE; if(sscanf(params, "x",COLORCODE ) );
Код:
MYVARIABLE[ playerid ] = COLORCODE