SA-MP Forums Archive
[FilterScript] Camera with Flash in SA-MP 'Object & Textdraw' By OTACON - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Camera with Flash in SA-MP 'Object & Textdraw' By OTACON (/showthread.php?tid=455124)



Camera with Flash in SA-MP 'Object & Textdraw' By OTACON - OTACON - 31.07.2013

[] Camera with Flash in SA-MP
'Object & Textdraw' By OTACON


[] Information:
is a simple code that creates an object that simulates the camera flash and gives a picture TextDraw the player that is close to take a picture with the camera samp default.

[] Images:
N/A, I can not take pictures of me to my Self. xDD

[] Downloads:
[] solidfiles:


[] Password:
Otacon

[] Credits:
OTACON


Re: Camera with Flash in SA-MP 'Object & Textdraw' By OTACON - Darnell - 31.07.2013

Pastebin.


Re: Camera with Flash in SA-MP 'Object & Textdraw' By OTACON - d0nTtoucH - 31.07.2013

pastebin ?


Respuesta: Camera with Flash in SA-MP 'Object & Textdraw' By OTACON - OTACON - 01.08.2013

http://pastebin.com/u/OtaconEvil


Re: Camera with Flash in SA-MP 'Object & Textdraw' By OTACON - doreto - 01.08.2013

pawn Код:
FUNCTION: OnFilterScriptInit()
{
........
    SendRconCommand("hostname Camera with Flash in SA-MP 'Object & Textdraw'");
    SendRconCommand("gamemodetext By OTACON");
}

FUNCTION: OnFilterScriptExit()
{
.......
    SendRconCommand("hostname Camera with Flash in SA-MP 'Object & Textdraw'");
    SendRconCommand("gamemodetext By OTACON");
}
Do you really need to to place those two lines!