[HELP] Simple question
#9

Okay, thanks very much, I have another issue which is getting on my nerves - probably extremely simple!

This is at the bottom of my code:
pawn Код:
dcmd_bond(params[])
    {
        if(lifted == 0)
        {
        MoveObject(bondlift,268.54293823242,1884.3603515625,16.081565856934,50000.0); //007lift up
        lifted = 1;
        }
        else
        {
            MoveObject(bondlift,268.70651245117,1884.0992431641,6.9150552749634,50000.0);//007lift down
            lifted = 0;
        }
        return 1;
        #pragma unused params
    }
And this is in onplayercommandtext;

pawn Код:
dcmd(bond,4,cmdtext);
but i'm getting 'argument type mismatch (argument 1)' on the line;
pawn Код:
dcmd(bond,4,cmdtext);
All of my other dcmd commands work perfectly using the same method.

Regards,
XxCozzaxX
Reply


Messages In This Thread
[SOLVED] Simple question - by XxCozzaxX - 30.12.2010, 19:44
Re: [HELP] Simple question - by blackwave - 30.12.2010, 19:48
Re: [HELP] Simple question - by XxCozzaxX - 30.12.2010, 19:49
Re: [HELP] Simple question - by FreshDoubleX - 30.12.2010, 19:51
Re: [HELP] Simple question - by XxCozzaxX - 30.12.2010, 19:57
Re: [HELP] Simple question - by blackwave - 30.12.2010, 19:59
Re: [HELP] Simple question - by XxCozzaxX - 30.12.2010, 20:13
Re: [HELP] Simple question - by blackwave - 30.12.2010, 20:25
Re: [HELP] Simple question - by XxCozzaxX - 30.12.2010, 21:21

Forum Jump:


Users browsing this thread: 3 Guest(s)