Sunteți pe pagina 1din 2

PASTEBIN

new paste

trends API tools faq

Guest User
-

Public Pastes
Untitled9 sec ago
Untitled13 sec ago
UntitledC | 21 sec ago
Untitled22 sec ago
Untitled23 sec ago
TWITTER LEAKED D...27 sec ago
Untitled28 sec ago
Untitled33 sec ago
SHARE

TWEET

GameGuru Lua Script Example


A GUEST MAR 6TH, 2015 302 NEVER

Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

rawdownloadcloneembedreportprintLua 0.38 KB
1.
2. function pickupitem_main(e)
3. maxDist = 85
4. PlayerDist = GetPlayerDistance(e)
5. if PlayerDist < maxDist then
6. Prompt("Press 'E' To PickUp Item!")
7. key = GetInKey()
8. if key == "e" then
9. Collected(e)
10. Destroy(e)
11. PromptDuration('You Collected The Item!',7)
12. elseif key == "l" then
13. SetPlayerLives(e,5)
14. PromptDuration('You Now Have 5 Lives!',7)
15. end
16. end
17. end

RAW Paste Data

Pastebin PRO Summer Special!


Get 60% OFF on Pastebin PRO accounts!

create new paste / dealsnew! / api / trends / syntax


languages / faq / tools / privacy / cookies / contact / dmca / scraping / go
Site design & logo 2017 Pastebin; user contributions (pastes) licensed under cc by-sa 3.0 -- Dedicated Server
Hosting by Steadfast

Anonymous guest user

S-ar putea să vă placă și