Command Help
#3

here is but i mean /blockpm [playerid]
PHP код:
COMMAND:togpm(playeridparams[])
{
    if(
GetPVarInt(playerid"togPM") == 1)
    {
        
SetPVarInt(playerid"togPM"0);
        
SendClientInfo(playerid"You have enabled private messaging.");
    }
    else
    {
        
SetPVarInt(playerid"togPM"1);
        
SendClientInfo(playerid"You have disabled private messaging. You cannot use /pm anymore.");
    }
    return 
1;

Reply


Messages In This Thread
Command Help - by Diti1 - 18.01.2015, 21:18
Re: Command Help - by ball - 18.01.2015, 21:28
Re: Command Help - by Diti1 - 18.01.2015, 21:30
Re: Command Help - by nezo2001 - 18.01.2015, 21:32
Re: Command Help - by Diti1 - 18.01.2015, 21:38
Re: Command Help - by CharlieSanchez - 18.01.2015, 21:46
Re: Command Help - by nezo2001 - 19.01.2015, 07:15
Re: Command Help - by Diti1 - 19.01.2015, 10:15
Re: Command Help - by ball - 19.01.2015, 14:28
Re: Command Help - by nezo2001 - 19.01.2015, 14:53

Forum Jump:


Users browsing this thread: 1 Guest(s)