-
Posts
7,337 -
Joined
-
Days Won
11
Everything posted by TAPL
-
https://community.multitheftauto.com/ind ... ls&id=4955 Original: https://community.multitheftauto.com/ind ... ls&id=2082
-
هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه
-
function onClick () if ( source =="sendMoney" ) then ان كان الاختيار زر ارسال الفلوس Value = guiGetText( amount ) triggerServerEvent ("sendMoney", getLocalPlayer(), amount) هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه function (amount) if (amount=>tonumber("200") then ان كانت الفلوس اكبر من هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه
-
آسف, نحن لا نساعد على الفساد. با عرض پوزش ما را برای فساد کمک نمی کند. Sorry we don't help for corruption. Sorry wij niet helpen wegens corruptie. Désolé, nous n'avons pas d'aide pour la corruption. Lo sentimos, no ayudan a la corrupción. Maalesef biz yolsuzluk için yardımcı yoktur. סליחה שאנחנו לא עוזרים לשחיתות. К сожалению, мы не помогают для коррупции. माफ करना, हम भ्रष्टाचार के लिए मदद नहीं करते.
-
lol what had a face to do with animation? if you wants to put your own face into MTA you can use this function https://wiki.multitheftauto.com/wiki/DxDrawImage i wish see your face walking around in MTA
-
do you know what this function does?
-
function time() local h ,m = getTime() if (m == 0) then outputChatBox("text", root, 255, 0, 0) else return end end setTimer ( time, 1000, 0 )
-
Topic Reported.
-
هههه العقرب تابل سرق سكربتك وخلاه TOP 30 player by TAPL هههههههههه العكس صحيح.
-
from wiki https://wiki.multitheftauto.com/wiki/CreateVehicle Note: Vehicles (and other elements) created client-side are only seen by the client that created them, aren't synced and players cannot enter them. They are essentially for display only.
-
You can't enter any vehicle that created from client side, you have to create it server side.
-
WTF is this? function card () local acc = getPlayerAccount(source) if ( acc ) then setAccountData(acc,'onHaveGunLicense', true) addEvent('givecard', true) addEventHandler('givecard', root, card ) end end
-
it's admin not Admin so it's should be, "Admin"> "SuperModerator"> "Admin"> "RPC"> "resource.admin"> "resource.webadmin"> "user.paruyrh"> "resource.resedit"> "user.dino">
-
Wrong it's takePlayerMoney(1000) not takePlayerMoey(1000)
-
it's never got problem i think you was doing it wrong
-
what version was not working?
-
i don't understand why your code is mess like that -_-" ventana = guiCreateWindow (0,0,0.5,0.4,"Ayuda",true) boton = guiCreateButton (0,0,3,3,"x",true,ventana) addCommandHandler ("ayuda", function() guiSetVisible(ventana,true) showCursor(true) end) addEventHandler( "onClientGUIClick",boton, function() guiSetVisible(ventana,false) showCursor(false) end)
-
function VentanaAyuda() cerrar = guiCreateWindow (0,0,0.5,0.4,"Ayuda",true) boton = guiCreateButton (0,0,3,3,"x",true,cerrar) guiSetVisible(cerrar,true) showCursor(true) end function cerrarx() guiSetVisible(cerrar,false) showCursor(false) end addCommandHandler ("ayuda", VentanaAyuda) addEventHandler( "onClientGUIClick",boton,cerrarx)