Jump to content

ZoNe

Members
  • Posts

    2
  • Joined

  • Last visited

About ZoNe

  • Birthday 04/10/1998

Details

  • Location
    Spain

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ZoNe'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. ZoNe

    Shout script

    function faryad (thePlayer, cmd, ...) local MetrazhDadZadan = 20 -- what is this? local msg = table.concat({...}, " ") local nick = getPlayerName(thePlayer) outputChatBox(nick.." Shout : "..msg,root,255,255,255,true) end addCommandHandler("s", faryad)
  2. ZoNe

    /me script

    addEventHandler("onPlayerCommand", root, function(command) if command == "me" then cancelEvent() end end)
×
×
  • Create New...