
Untitled
By: a guest on
Aug 19th, 2012 | syntax:
Lua | size: 0.56 KB | hits: 10 | expires: Never
newsped = createMarker ( -1968.4445800781, 113.45863342285, 26.5, "cylinder", 1, 0, 0, 255, 255 )
function newspedsay (player)
outputChatBox ("------------------------------------", player, 0, 255, 0 )
outputChatBox ("Hallo ich bin Inhaber Dawi!", player, 0, 255, 0 )
outputChatBox ("Dieser Gamemode ist nicht fertig!", player, 0, 255, 0 )
outputChatBox ("An ihm wird täglich noch gearbeitet!", player, 0, 255, 0 )
outputChatBox ("------------------------------------", player, 0, 255, 0 )
end
addEventHandler( "onMarkerHit", newsped, newspedsay )