18.01.2011, 20:20
Pretty much:
And this for all the (X)texts in the format for showplayerdialog.
Код:
format(string1, sizeof(string1), "{B7B5B7}'Test'");
format(string2, sizeof(string2), "{8BFF65}'Test'");
switch(PlayerInfo[playerid][Car])
{
case 0: catext = string1;
case 1: catext = string2;
}

