19.09.2015, 18:30
PHP код:
if(GetPVarInt(id, string) == 0)
{
format(string2, sizeof(string2), "{FF000}Not Completed");
}
if(GetPVarInt(id, string) == 1)
{
format(string2, sizeof(string2), "{33FF33}Completed");
}