SA-MP Forums Archive
[Ajuda] Sirene samp 0.3e - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Sirene samp 0.3e (/showthread.php?tid=357665)



Sirene samp 0.3e - Rick_FusioN - 08.07.2012

Alguem ai tem o codigo da sirene do samp 0.3e? se tiver posta ai namoral
Tem um video ai .. >

[ame]http://www.youtube.com/watch?v=ZubvOQZ7RA8[/ame]


Re: Sirene samp 0.3e - Brazuca[]s - 08.07.2012

pawn Код:
if (strcmp("/sirene", 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); //Object Model: 19419 |
        SendClientMessage(playerid, COLOR_RED, "Vocк adicionou uma sirene a seu veiculo");
        return 1;
    }