Small command error.
#7

Try This:
Quote:

if (strcmp(cmdtext, "/acceptdeath", true) == 0)
{
if(pdeath[playerid] == 0) return SendClientMessage(playerid, 0xFF4646FF, "blablabla");
GivePlayerMoney(playerid, -500);
pdeath[playerid] = 0;
return 1;
}

Reply


Messages In This Thread
Small command error. - by Scriptissue - 29.09.2010, 09:20
Re: Small command error. - by Calgon - 29.09.2010, 09:29
Re: Small command error. - by Scriptissue - 29.09.2010, 10:26
Re: Small command error. - by [XST]O_x - 29.09.2010, 10:35
Re: Small command error. - by Scriptissue - 29.09.2010, 11:14
Re: Small command error. - by Scriptissue - 29.09.2010, 11:39
Re: Small command error. - by HyperZ - 29.09.2010, 11:50
Re: Small command error. - by Scriptissue - 29.09.2010, 12:36
Re: Small command error. - by rbN. - 29.09.2010, 12:40
Re: Small command error. - by Scriptissue - 29.09.2010, 12:50

Forum Jump:


Users browsing this thread: 1 Guest(s)