fady20011 Posted June 1, 2015 Posted June 1, 2015 Hi guys Now plz to all people in here Give me Job Hooker This function or job is the car with sex Im waiting plz give me this job
Johnny Killstone Posted June 1, 2015 Posted June 1, 2015 Nope, nobody will do that for you, at least not for free. Learn how to make scripts or try your luck in the community: https://community.multitheftauto.com/.
fady20011 Posted June 1, 2015 Author Posted June 1, 2015 (edited) @Johnny Killstone Im serch in comunity I dont see this job edit: I See only this script: https://community.multitheftauto.com/in ... ils&id=132 but i know script job hoker this not job plz give me this job {hooker} Ride the car and prees "G" and WooHoo $$ Edited June 5, 2015 by Guest
Johnny Killstone Posted June 1, 2015 Posted June 1, 2015 You'll have to make it yourself or pay someone to do it for you.
fady20011 Posted June 1, 2015 Author Posted June 1, 2015 (edited) Ok , How Make This Job [Hooker] edit: ok , guys this Job Hooker But tihs not running why? http://www.filedropper.com/hokerjob but client luac i dont know why .. Edited June 5, 2015 by Guest
Johnny Killstone Posted June 1, 2015 Posted June 1, 2015 The .luac extension means it's compiled, that's because the author doesn't want you to edit it. Also post the code you got so far using lua tags: [/code] [code=lua]-- Lua code here
xXMADEXx Posted June 1, 2015 Posted June 1, 2015 You need to use the following functions: setPedAnimation setTimer givePlayerMoney takePlayerMoney
Mr.unpredictable. Posted June 1, 2015 Posted June 1, 2015 viewtopic.php?f=91&t=47897 Read this before posting something on this board.
xXMADEXx Posted June 1, 2015 Posted June 1, 2015 Nobody is going to give you a job. You need to learn how and try to do it, which is what this forum is here for, to help with it. If you're not willing to learn, then you need to pay someone, because nobody scripts for free.
fady20011 Posted June 4, 2015 Author Posted June 4, 2015 Hi guys , this client for job hooker function askForBlowjob(hooker) myhooker = hooker showCursor ( true ) if not blowjobWindow then blowjobWindow = guiCreateWindow(603,349,301,136,"Hooker Services",false) label1 = guiCreateLabel(10,31,282,17,"This hooker want to give you a blowjob.",false,blowjobWindow) guiSetFont(label1 ,"default-bold-small") label2 = guiCreateLabel(10,49,282,17,"Using hooker services will give you health.",false,blowjobWindow) guiSetFont(label2,"default-bold-small") button1 = guiCreateButton(9,91,144,34,"Accept ($750)",false,blowjobWindow) button2 = guiCreateButton(157,91,135,34,"No Thanks",false,blowjobWindow) addEventHandler( "onClientGUIClick", button2, cancelBlow ) addEventHandler( "onClientGUIClick", button1, startBlow) else guiSetVisible( blowjobWindow, true ) end guiBringToFront( blowjobWindow ) end addEvent( "askForBlowjob", true ) addEventHandler( "askForBlowjob", getLocalPlayer(), askForBlowjob ) function startBlow() local thePlayer = getLocalPlayer() guiSetVisible( blowjobWindow, false ) showCursor ( false ) triggerServerEvent ( "acceptBlowjob", getLocalPlayer(), myhooker, thePlayer ) end function cancelBlow() local thePlayer = getLocalPlayer() triggerServerEvent ( "cancelBlowJob", getLocalPlayer(), myhooker, thePlayer ) showCursor ( false ) guiSetVisible( blowjobWindow, false ) end any one , plz make a server.lua or make a job [zip] im waiting thx all
Walid Posted June 4, 2015 Posted June 4, 2015 leacked resource we will never help you , try to do it by your self then post your code here , if you don't know nothing about lua i recommand you to read this page
Recommended Posts