19.07.2010, 12:07
That I know, I just think is it posibble to store for example 0x000000FF into a file as for example Color[]
and than read from file as SendClientMessage(playerid,Color[] ?
If I use
/color 0x000000FF
tmp = strtok(....
SendClientMessage(playerid,tmp,"Hello world!");
and than read from file as SendClientMessage(playerid,Color[] ?
If I use
/color 0x000000FF
tmp = strtok(....
SendClientMessage(playerid,tmp,"Hello world!");