Just need help !!
#1

Hello anyone, i create this script
pawn Код:
if (strcmp("/siren", cmdtext, true, 10) == 0)
    {
        new objectid = CreateObject(19419, 0, 0, 0, 0, 0, 0);
        AttachObjectToVehicle(objectid, GetPlayerVehicleID(playerid), 0.009999, -0.019999, 0.944999, 0.000000, 0.000000, 0.000000);
        SendClientMessage(playerid, red, "You've Added a siren to your vehicle");
        return 1;
    }
Then how to remove the object ?
Reply


Messages In This Thread
Just need help !! - by Unirom Shaw - 12.01.2013, 05:03
Re: Just need help !! - by [HK]Ryder[AN] - 12.01.2013, 05:10
Re: Just need help !! - by Diorturato - 12.01.2013, 05:51
Re: Just need help !! - by EAsT-OAK_510 - 12.01.2013, 06:24
Re: Just need help !! - by Threshold - 12.01.2013, 07:11
Re: Just need help !! - by EAsT-OAK_510 - 12.01.2013, 07:18
Re: Just need help !! - by InActtive™ - 12.01.2013, 07:37
Re: Just need help !! - by Threshold - 12.01.2013, 07:38
Re: Just need help !! - by EAsT-OAK_510 - 12.01.2013, 07:43

Forum Jump:


Users browsing this thread: 3 Guest(s)