I want to add time in my mute command HELP :D
#3

Quote:
Originally Posted by varthshenon
Посмотреть сообщение
To set the minute you can use timer:
pawn Код:
forward Unmute(playerid);

SetTimerEx("Unmuted",minute,0,"d",playerid1);//inside you mute command

public Unmute(playerid)
{
         AccInfo[playerid][Muted] = false;
         return 1;
}
I dont understand how I should make the command.

Use the command code I gave and give me a new one that is edited so it would work with making a add minutes
if I need any other code please give me that too
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)