Jump to content

Baseplate

Members
  • Posts

    1,417
  • Joined

  • Last visited

Everything posted by Baseplate

  1. I have this bank robbery resource but I wanna make a little time between the rob and the other one how? the code: addEvent("robstart", true) bankrob = {} function rob () if isTimer(robbank) then outputChatBox ("Someone is already robbing the bank", source, 255, 0, 0, false) else outputChatBox ("***All Police To The Bank Someone is Robbing The Bank*** ", getRootElement(), 255, 0, 0, false) setPlayerWantedLevel ( source, 4 ) robbank = setTimer( robb, 10000, 1, source ) end end addEventHandler ( "robstart", getRootElement(), rob ) function robb (thePlayer) givePlayerMoney ( thePlayer, math.random(50000, 100000) ) setPlayerWantedLevel ( thePlayer, 6 ) end function death() if isTimer(robbank) then killTimer(robbank) end outputChatBox ("Robber has been killed.", getRootElement(), 0, 255, 0, false) end addEventHandler ( "onPlayerWasted", getRootElement(), death )
  2. yea yea it does I just test it
  3. Don't bump old topics it have 1 years old
  4. lol I can't get one I filled all the request ones but it says that I didn't
  5. Works Fine thanks Headshot can u delete the codes please??
  6. well it respawn but it change the Skin to CJ Skin
  7. when I join the server I join at the X,Y,Z Positions below but if I die I don't respawn can u guys help me I want him to respawn at hospital here is the code function joinHandler() local x = 1959.55 local y = -1714.46 local z = 10 spawnPlayer(source, x, y, z) fadeCamera(source, true) setCameraTarget(source, source) outputChatBox("Welcome to My Server", source) end addEventHandler("onPlayerJoin", getRootElement(), joinHandler)
  8. Baseplate

    Sv . static

    Don't double post to bump your topic
  9. Baseplate

    Gangs

    Too easy Google It
  10. Q:6 A:If a whore camed u lick her ass or u don't?
  11. I should think now idk what u should do
  12. u don't have access to ur router page or?
  13. Don't double post...just use the Edit button Instead
  14. @Rouche and FatalTerror it's only English Speaking forums go talk French in French Section Anyways good work Rouche nice map
  15. Baseplate

    CJ bug.

    I didn't understand what u mean explain more
  16. See my Tutorial of Ports Openning
  17. Don't flam go and flam away not here
  18. Open MTA Server.exe means open the server
  19. A:Yea Q:shit I need a new PC Send me one please
×
×
  • Create New...