21.11.2011, 15:23
Yes. Use
PHP код:
if([Player variable] == 1)
{
ShowPlayerDialog(...);// if it's ON
}
else
{
ShowPlayerDialog(...);// if it's OFF
}