14.08.2010, 09:08
all know this
i want to us it by command like
i want use i
in this and set it to 1 when he use command frist time and send message when he use command again and AdminLvl[playerid] = 0; seted to 1 how this
Code:
AdminLvl[playerid] = 0;
Code:
if (!strcmp("/blabal", cmdtext))
{
SendClientMessage(playerid, 0xFFFFFFFF, "test");
SendClientMessage(playerid, 0xFFFFFFFF, "test");
}
return 1;
Code:
AdminLvl[playerid] = 0;

