Enter / Exit
#4

actually it looks like an array of ids to me.

i think this is something closer to what you want.
pawn Код:
command(enter, playerid, params[])
{
    new param = strval(params);
    switch(param)
    {
        case arrowpickup[0] :
        {
        //some code here
        }
        case arrowpickup[1] :
        {
        //some code here
        }
    }
    return 1;
}
Reply


Messages In This Thread
Enter / Exit - by vIBIENNYx - 23.05.2012, 00:38
Re: Enter / Exit - by ReneG - 23.05.2012, 01:03
Re: Enter / Exit - by vIBIENNYx - 23.05.2012, 01:42
Re: Enter / Exit - by Jonny5 - 23.05.2012, 01:45
Re: Enter / Exit - by vIBIENNYx - 23.05.2012, 01:48
Re: Enter / Exit - by Jonny5 - 23.05.2012, 01:49
Re: Enter / Exit - by vIBIENNYx - 23.05.2012, 01:52
Re: Enter / Exit - by SuperViper - 23.05.2012, 02:53
Re: Enter / Exit - by [ABK]Antonio - 23.05.2012, 06:44
Re: Enter / Exit - by vIBIENNYx - 23.05.2012, 13:08

Forum Jump:


Users browsing this thread: 1 Guest(s)