Help :o3
#3

We don't really need to see the /pm command, but you need to assign a variable like

PHP код:
new acceptpm
Then in your /showpm command do somthing like
PHP код:
if(acceptpm == 1)
{
     
SendClientMessage(playerid,COLOR_WHITE,"Your pms are enabled.");
}
else if(
acceptpm == 0)
{
     
SendClientMessage(playerid,COLOR_WHITE,"Your pms are disabled.");

Not tested, but I think it'll work.

Ofcourse you'll have to edit that with what you need.
Reply


Messages In This Thread
Help :o3 - by Alexandra. - 07.12.2011, 06:18
Re: Help :o3 - by T0pAz - 07.12.2011, 06:23
Re: Help :o3 - by Azzeto - 07.12.2011, 07:00
Re: Help :o3 - by Alexandra. - 07.12.2011, 07:11
Re: Help :o3 - by N0FeaR - 07.12.2011, 07:16
Re: Help :o3 - by Azzeto - 07.12.2011, 07:20
Re: Help :o3 - by Alexandra. - 07.12.2011, 07:22
Re: Help :o3 - by N0FeaR - 07.12.2011, 07:23
Re: Help :o3 - by Alexandra. - 07.12.2011, 07:26
Re: Help :o3 - by N0FeaR - 07.12.2011, 08:12

Forum Jump:


Users browsing this thread: 2 Guest(s)