What's mean this ?
#2

i've made this "command"

pawn Код:
if(!strcmp(cmd, "/test",true))
    {
        new a = 10;
        new b = 2;
        new restul = b ? a : 2;
        format(string,sizeof(string),"%d",restul);
        SendClientMessage(playerid,COLOR_LIGHTGREEN,string);
        return 1;
    }
And when i type /test , it results me 10 ...
Reply


Messages In This Thread
What's mean this ? - by russiany - 13.04.2009, 20:22
Re: What's mean this ? - by russiany - 13.04.2009, 20:29
Re: What's mean this ? - by (SF)Noobanatior - 14.04.2009, 07:16

Forum Jump:


Users browsing this thread: 1 Guest(s)