07.12.2011, 07:00
We don't really need to see the /pm command, but you need to assign a variable like
Then in your /showpm command do somthing like
Not tested, but I think it'll work.
Ofcourse you'll have to edit that with what you need.
PHP код:
new acceptpm;
PHP код:
if(acceptpm == 1)
{
SendClientMessage(playerid,COLOR_WHITE,"Your pms are enabled.");
}
else if(acceptpm == 0)
{
SendClientMessage(playerid,COLOR_WHITE,"Your pms are disabled.");
}
Ofcourse you'll have to edit that with what you need.