KCASH problem.
#5

How do you scripted your /Kcash command ? Isn't it something like this ?

Код:
  if (strcmp("/kcash", cmdtext, true) == 0)
    {
        new string[256];
        format(string, sizeof(string), "KCASH : %d", GetPlayerKCash(playerid));
        SendClientMessage(playerid, COLOR, string);
        return 1;
    }
Reply


Messages In This Thread
KCASH problem. - by Sal_Kings - 02.09.2009, 19:55
Re: KCASH problem. - by Battlaman - 02.09.2009, 20:17
Re: KCASH problem. - by Alice[WS] - 02.09.2009, 20:26
Re: KCASH problem. - by Sal_Kings - 02.09.2009, 20:31
Re: KCASH problem. - by Alice[WS] - 02.09.2009, 20:36
Re: KCASH problem. - by Sal_Kings - 02.09.2009, 20:36
Re: KCASH problem. - by Alice[WS] - 02.09.2009, 20:43
Re: KCASH problem. - by Clavius - 02.09.2009, 20:46
Re: KCASH problem. - by Sal_Kings - 02.09.2009, 20:48

Forum Jump:


Users browsing this thread: 1 Guest(s)