Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 19th, 2012  |  syntax: Lua  |  size: 0.56 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. newsped = createMarker ( -1968.4445800781, 113.45863342285, 26.5, "cylinder", 1, 0, 0, 255, 255 )
  2. function newspedsay (player)
  3.          outputChatBox ("------------------------------------", player, 0, 255, 0 )
  4.          outputChatBox ("Hallo ich bin Inhaber Dawi!", player, 0, 255, 0 )
  5.          outputChatBox ("Dieser Gamemode ist nicht fertig!", player, 0, 255, 0 )
  6.          outputChatBox ("An ihm wird täglich noch gearbeitet!", player, 0, 255, 0 )
  7.          outputChatBox ("------------------------------------", player, 0, 255, 0 )
  8. end
  9.  
  10. addEventHandler( "onMarkerHit", newsped, newspedsay )