[Question] /car command
#11

It didnt work I have:

PHP код:
if(!strcmp(cmdtext"/car"true))
        {
        new 
string[128];
        
format(stringsizeof(string), "Interior: %i",GetPlayerInterior(playerid));
        new 
Float:up[3], carid;
          
GetPlayerPos(playeridup[0], up[1], up[2]);
        
carid CreateVehicle(411up[0]+2up[1]+2up[2], 0, -1, -10);
        
PutPlayerInVehicle(playeridcarid0);
        return 
1;
        } 
But the interior thing didnt work?
whats wrong?
Reply


Messages In This Thread
[Question] /car command - by mickos - 29.07.2012, 17:12
Re: [Question] /car command - by mickos - 29.07.2012, 18:19
Re: [Question] /car command - by Misiur - 29.07.2012, 18:33
Re: [Question] /car command - by TaLhA XIV - 29.07.2012, 18:35
Re: [Question] /car command - by mickos - 29.07.2012, 19:26
Re: [Question] /car command - by SEnergy - 29.07.2012, 19:38
Re: [Question] /car command - by mickos - 29.07.2012, 19:54
Re: [Question] /car command - by SEnergy - 29.07.2012, 20:03
Re: [Question] /car command - by mickos - 29.07.2012, 20:17
Re: [Question] /car command - by SEnergy - 29.07.2012, 20:29
Re: [Question] /car command - by mickos - 29.07.2012, 20:54
Re: [Question] /car command - by mickos - 30.07.2012, 10:52
Re: [Question] /car command - by SEnergy - 30.07.2012, 11:15
Re: [Question] /car command - by mickos - 30.07.2012, 11:22
Re: [Question] /car command - by cosbraa - 30.07.2012, 11:23
Re: [Question] /car command - by mickos - 30.07.2012, 11:31
Re: [Question] /car command - by maaz - 04.04.2014, 10:37

Forum Jump:


Users browsing this thread: 2 Guest(s)