Need help with comand
#5

Код:
if(strcmp(cmd,"/togpm",true)==0)
{
	if(PlayerTemp[playerid][pmlock] == 0){
	    PlayerTemp[playerid][pmlock] = 1;
	    InfoText(playerid,"Private Messages disabled",5);
	    return true;
	}
	else{
	    PlayerTemp[playerid][pmlock] = 0;
     	InfoText(playerid,"Private Messages enabled",5);
     	return true;
   }
}
Reply


Messages In This Thread
Need help with comand - by MadafakaPro - 25.07.2012, 12:26
Re: Need help with comand - by MadafakaPro - 25.07.2012, 17:07
Re : Need help with comand - by lelemaster - 25.07.2012, 17:48
Re: Need help with comand - by MadafakaPro - 26.07.2012, 21:31
Re: Need help with comand - by Marlon_Lorran - 26.07.2012, 21:55

Forum Jump:


Users browsing this thread: 3 Guest(s)