Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rsspaintball (paintball_hall)

Category:script
Author(s):Vandam89
Downloads:2289
Rate:You need to be logged in to vote
Rating:3.8 (5 Votes)
Description:
Deutsch:
Mein erstes Script
Ein kleines Paintball Script mit Map

Teile sind von Mr.Hankey

Für Freeroam auf denen es keine Waffen gibt gescriptet
das in der Halle kein freeroam panel funktioniert
müsst ihr diese zeile
function toggleFRWindow()
if isWindowOpen(wndMain) then
showCursor(false)
hideAllWindows()
colorPicker.closeSelect()
else
showCursor(true)
showAllWindows()
end
end
--------------------
mit dieser ersetzen

function toggleFRWindow()
if getElementDimension(getLocalPlayer()) ~= 1000 then
if isWindowOpen(wndMain) then
showCursor(false)
hideAllWindows()
colorPicker.closeSelect()
else

showCursor(true)
showAllWindows()
end
end
end

---------------------------------------------------
---------------------------------------------------

English:
My first script
A little paintball scripts with Map

Parts of Mr.Hankey

For Freeroam where there are no weapons scripted
the panel in the hall does not freeroam
you have to line them
function toggleFRWindow()
if isWindowOpen(wndMain) then
showCursor(false)
hideAllWindows()
colorPicker.closeSelect()
else
showCursor(true)
showAllWindows()
end
end
--------------------
with them

function toggleFRWindow()
if getElementDimension(getLocalPlayer()) ~= 1000 then
if isWindowOpen(wndMain) then
showCursor(false)
hideAllWindows()
colorPicker.closeSelect()
else

showCursor(true)
showAllWindows()
end
end
end
...

(more)

Download latest version | Report

Version history

Version Publish Date Changes
1.1.0 2012-09-29 14:52:06 Bugfixes Download
1.0.0 2012-09-26 20:09:12 First public release Download