[B]Help Me[/B]
#2

In the leave command you wrote this:

Код:
if (InDM[playerid] == 1) return SendClientMessage(playerid, -1, "{FFFFFF}You are not in a DM");
But that is wrong!

Write it like this:

Код:
if (!InDM[playerid]) return SendClientMessage(playerid, -1, "{FFFFFF}You are not in a DM");
and to your question, write this at the top-line:

Код:
if(InDM[playerid]) return SendClientMessage(playerid, -1, "you must leave dm before using this command");
Greekz
Reply


Messages In This Thread
[B]Help Me[/B] - by GlaL - 11.03.2015, 14:30
AW: [B]Help Me[/B] - by Kaliber - 11.03.2015, 14:33
Re: [B]Help Me[/B] - by GlaL - 11.03.2015, 15:11

Forum Jump:


Users browsing this thread: 1 Guest(s)