/givecookieall
#1

fixed, thanks awot
Reply
#2

pawn Код:
if(strcmp(cmd,"/givecookieall", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            // Your codes ?
        }
        return 1;
    }
Reply
#3

pawn Код:
if(strcmp(cmd,"/givecookieall", true) == 0)
for(new playerid=0; playerid<MAX_PLAYERS; playerid++)
{
      if(IsPlayerConnected(playerid))
      {
           Cookie++;// how you define cookies
       }
        return 1;
}
EDIT: ^^ The code above also works
Reply
#4

I mean a full one, which gives a cookie, not just the strip.
Reply
#5

Quote:
Originally Posted by uprp
Посмотреть сообщение
I mean a full one, which gives a cookie, not just the strip.
YOu mean you want us to make you a cookie system whle i personly am not going to... try looking at a tutorial or a filterscript

there is a little search button too you know
Reply
#6

First off,what kind of "cookie system" did you use?
Reply
#7

NVM, done it easily.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)