[0.3e] Not sure what's going on
#1

Ok, so I have made a simple command to attach the new 0.3e police light bar to a vehicle.

pawn Код:
if(strcmp(cmd, "/siren", true) == 0)
    {
        new vehicleid = GetPlayerVehicleID(playerid);
        AttachObjectToVehicle(19420, vehicleid, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0);
        return 1;
    }
When I go in game, it doesn't attach it to the vehicle.

I am using both 0.3e Server and Client.

Also, I don't get any warnings nor errors when I compile.

+Rep
Reply


Messages In This Thread
[0.3e] Not sure what's going on - by X3nZ - 05.05.2012, 22:17
Re: [0.3e] Not sure what's going on - by HDFord - 05.05.2012, 22:22
Re: [0.3e] Not sure what's going on - by X3nZ - 05.05.2012, 22:27
Re: [0.3e] Not sure what's going on - by SuperViper - 05.05.2012, 22:36
Re: [0.3e] Not sure what's going on - by HDFord - 05.05.2012, 22:42
Re: [0.3e] Not sure what's going on - by X3nZ - 05.05.2012, 22:46
Re: [0.3e] Not sure what's going on - by ReneG - 05.05.2012, 23:56

Forum Jump:


Users browsing this thread: 1 Guest(s)