Please help!! Please! DM exit
#7

No but,

anything else do you use, you have to (if you want PVars)
create in every command (zcmd = public) condition about "If is player in DM, is yes send message about type kill to return, if no player can use the command

How to set PVar ?
SetPVarInt(playerid, "IN_DM", 1);
Код:
if (GetPVarInt(playerid, "IN_DM") == 1)
{
SendClientMessage(playerid, -1, "Type kill to use this command");
return false;
}
would be better if you used boolean

when player come to DM set IN_DM as 1

and in /kill set IN_DM (in kill you couldn't set condition!)
Reply


Messages In This Thread
Please help!! Please! DM exit - by fie - 28.07.2011, 20:00
Re: Please help!! Please! DM exit - by Calgon - 28.07.2011, 20:05
Re: Please help!! Please! DM exit - by ylleron - 28.07.2011, 20:09
Re: Please help!! Please! DM exit - by fie - 28.07.2011, 20:09
Re: Please help!! Please! DM exit - by grand.Theft.Otto - 28.07.2011, 20:10
Re: Please help!! Please! DM exit - by fie - 28.07.2011, 20:11
Re: Please help!! Please! DM exit - by ylleron - 28.07.2011, 20:17
Re: Please help!! Please! DM exit - by fie - 28.07.2011, 20:23
Re: Please help!! Please! DM exit - by ylleron - 28.07.2011, 20:34
Re: Please help!! Please! DM exit - by Kaperstone - 28.07.2011, 20:49

Forum Jump:


Users browsing this thread: 2 Guest(s)