What's wrong with this? +rep
#7

Thanks guys. I've tested the command, but its a bit bugged... Everytime I /givecookie to someone, it adds to my cookies too. And my friend says it says he has 0 cookies when he does the command /mycookies... If you don't know what I mean, let me know. Oh, and here's the /mycookies command.
pawn Код:
CMD:mycookies(playerid, params[])
{
    new cstring[64];
    format(cstring, sizeof(cstring), "You have %d Cookies.", PlayerInfo[playerid][pCookies]);
    SendClientMessage(playerid, COLOR_WHITE, cstring);
    return 1;
Reply


Messages In This Thread
What's wrong with this? +rep - by rangerxxll - 06.03.2012, 21:43
Re: What's wrong with this? +rep - by Cameltoe - 06.03.2012, 21:51
Re: What's wrong with this? +rep - by rangerxxll - 06.03.2012, 21:53
Re: What's wrong with this? +rep - by Cameltoe - 06.03.2012, 21:59
Re: What's wrong with this? +rep - by Basicz - 06.03.2012, 21:59
Re: What's wrong with this? +rep - by Cameltoe - 06.03.2012, 22:01
Re: What's wrong with this? +rep - by rangerxxll - 06.03.2012, 22:12
Re: What's wrong with this? +rep - by rangerxxll - 06.03.2012, 22:14
Re: What's wrong with this? +rep - by rangerxxll - 06.03.2012, 23:58
Re: What's wrong with this? +rep - by Basicz - 07.03.2012, 07:59

Forum Jump:


Users browsing this thread: 3 Guest(s)