Jump to content

vrhard4

Members
  • Posts

    2
  • Joined

  • Last visited

Details

  • Gang
    VipeRReborn

vrhard4's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. Hey! Can you help me? External HTTP file download error:[404] Error downloading requested files. HTTP response code said error. [The requested URL returned error: 404 Not Found] [server/afkmoddownloader/downloader_c.lua] (Disabling External HTTP) [afkmoddownloader\util.lua] It's only showing in hosted server.
  2. I'm need a mod which is give money to players in team. Like: if someone in police team, he get 20000$, but if player don't have team or in criminal team, he don't get money. This is my script for this, but it isn't good: function tekmoney () local money = 20000 local playerTeam = getTeamName ( theTeam ) for id, player in ipairs(getElementsByType("player")) do if getTeamName ( theTeam ) == "TEK" then givePlayerMoney ( player, money ) outputChatBox ( "[TEAM] Money received.", getRootElement(), 255, 255, 255, true ) end end end setTimer ( tekmoney, 5000, 0)
×
×
  • Create New...