Jump to content

Baseplate

Members
  • Posts

    1,417
  • Joined

  • Last visited

Everything posted by Baseplate

  1. resourceRoot is a pre-defined variable for getResourceRootElement(getThisResource())) And jesse, please be kind and a respectful guy.
  2. Alright, thanks myonlake! and should I add this to meta? <export function="setPlayerOccupation" type="server"/>
  3. Y U SO RACIST? wasmass nice
  4. function setPlayerOccupation(thePlayer, occupation) return setElementData(thePlayer, "Occupation", occupation) end function getPlayerOccupation(thePlayer) return getElementData(thePlayer, "Occupation") end I don't have MTA so I can't test it, will this work?
  5. el sa3oudi wlh hhh, meskin i3aychek hernandez el kolna e5wa.
  6. Baseplate

    HILARIOUS

    Holy crap, that's too fucking hilarious?
  7. 5ater enti matnajamech tched taref men script/system kamel w t9ollou "e5dem" ;
  8. https://community.multitheftauto.com/index.php?p= ... ls&id=5793
  9. It does, you used outputChatBox client-sided.
  10. function showMenu (thePlayer) triggerClientEvent ( thePlayer, "ShowAmmu", getRootElement() ) end addEventHandler ( "onMarkerHit", ammuSell, showMenu )
  11. function showMenu (thePlayer) triggerClientEvent ( thePlayer, "ShowAmmu" ) end addEventHandler ( "onMarkerHit", ammuSell, showMenu ) Source in onMarkerHit is the marker itself
  12. Show how you did you trigger it. (server-side)
  13. Maybe he made something wrong with triggering, so let's wait.
  14. Show us how you did you trigger it. and use: setElementModel(player, 107) instead of: setPedSkin ( player, 107 )
  15. Yeah that's because of my 1337 horsepowers hands xDD
  16. busTeams = { [Team] = true } busVehs = { [437] = true } function enterVehicle ( thePlayer, seat, jacked ) -- when a player enters a vehicle if ( busVehs[getElementModel ( source )] ) and ( not busTeams[getPlayerTeam( thePlayer )] ) then -- if the vehicle is one of 4 police cars, and the skin is not a police skin removePedFromVehicle( thePlayer )-- force the player out of the vehicle outputChatBox("Only Bus Drivers can drive this vehicle!", thePlayer) end end addEventHandler ( "onVehicleEnter", getRootElement(), enterVehicle )
  17. Go to your server folder-->mods-->deathmatch-->logs-->server.log You'll find it there
  18. Try using www.game-state.eu and add your server there, worked with me before.
  19. Baseplate

    x86

    Happy B-Day D:
×
×
  • Create New...