Jump to content

K4stic

Members
  • Posts

    708
  • Joined

  • Last visited

Everything posted by K4stic

  1. http://www.byserv.de/home/ is use Paysafe's/Paypall and other payments. It's a German Hosting Company
  2. Solved. i just remake it to client side
  3. they are the only they haven't it anywhere else in same script file or folder
  4. Hello MTAsa Community i have a Prob and can't locate it :3 server side local shopMakers = { {x=-23.42, y=-55.26, z=1003.54, int=6, dim=1}, {x=-23.41, y=-55.37, z=1003.54, int=6, dim=0}, } function TheMarkerof247Shop( player, matchingDim) if ( matchingDim ) then if ( isElement( player ) and getElementType( player ) == "player" ) then if ( isPedInVehicle ( player ) == false ) then triggerClientEvent( player, "247shop.CoolwindowOpen", player ) end end end end for _, v in pairs ( shopMakers ) do local x, y, z, interior, dimension = v["x"], v["y"], v["z"], v["int"], v["dim"] local shopMarker = createMarker( x, y, z -1,"cylinder", 1, 225, 225, 225 ,170) setElementInterior( shopMarker, interior) setElementDimension ( shopMarker, dimension ) addEventHandler( "onMarkerHit", shopMarker, TheMarkerof247Shop ) end client-side addEvent("247shop.CoolwindowOpen", true) addEventHandler("247shop.CoolwindowOpen", localPlayer, function () addEventHandler( "onClientRender", root, shop247 ) addEventHandler ( "onClientClick", root, shop247onClientClick ) showCursor( true ) end ) The client side works 100% as i was test it with binkey the problem is in server side they just no trigger it all others works ok i mean they create the marker they se it to dim and int but no trigger and no any error
  5. K4stic

    Hide Hud

    Easy because "onPlayerJoin" is server side and you use the showPlayerHudComponent like Client side so here is the Correct code: function hudChanger () showPlayerHudComponent( source, "all", false ) end addEventHandler ( "onPlayerJoin", getRootElement(), hudChanger ) The final Code is Server-side
  6. K4stic

    Hide Hud

    the all is fail. correct it "all" showPlayerHudComponent( "all", false )
  7. This Music + This Pro Map = Awesome i like it
  8. Check Community Because everyone have his own opinion what of there scripts are best
  9. Awesome Map Bro Good Job and Thanks you for Download link
  10. K4stic

    MySql problem

    Well, it's still there: What do you mean by that ? i explain that local host isn't mean MySql server to be same with Mta server Host That MySQL can be and on other Host That only SQL need to be in Same Host of Mta Server as it's a file
  11. This is Awesome Map and it's More Awesome with Kacak Skills
  12. K4stic

    MySql problem

    Not sure if you didn't explained correctly due to your english skill or if you are really doing a comparison between both of them. Sorry for That and for my bad English Skills read it again i modify it
  13. @charaf12 Stop Post useless stuff at every topic read it first then reaply
  14. K4stic

    MySql problem

    Seriously -.-" MySQL is online Databse you can connect to it remotely like i have an hosted domain who have give me 4 MySQL and i connect then to my Server. My Server and Web Host server aren't the same Company SQL is LocalHost and not MySQL Also yes 000webHost not accept Remote Connections
  15. agree with Castillo. You request a lot thinks for so much low pay
×
×
  • Create New...