A bit of help please.
#6

Do you plant it under OnPlayerCommandText? If you can't understand what TzAkS. and I say, then this is how your code should be written;
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp("/getcar402", cmdtext, true, 10) == 0)
    {
        CreateVehicle(402, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60);

        return 1;
    }
   
    return 0;
}
Reply


Messages In This Thread
A bit of help please. - by JonesyFoCoTDM - 05.04.2012, 09:03
Re: A bit of help please. - by Ironboy - 05.04.2012, 09:04
Re: A bit of help please. - by JonesyFoCoTDM - 05.04.2012, 09:08
Re: A bit of help please. - by TzAkS. - 05.04.2012, 09:16
Re: A bit of help please. - by JonesyFoCoTDM - 05.04.2012, 09:21
Re: A bit of help please. - by Toreno - 05.04.2012, 09:24
Re: A bit of help please. - by JonesyFoCoTDM - 05.04.2012, 09:30
Re: A bit of help please. - by JonesyFoCoTDM - 05.04.2012, 11:13
Re: A bit of help please. - by Mosslah - 05.04.2012, 11:26
Re: A bit of help please. - by Aira - 05.04.2012, 11:26

Forum Jump:


Users browsing this thread: 1 Guest(s)