Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
i want to alter the health regen setting
https://github.com/peasdune/GOSurfScript/releases/tag/1.0
I am currently working on a very exciting update that will bring a nicer speed indicator, noblock (all players not solid to each other), server-wide godmode, and ability to reset back to the start of the stage and start of the map. I will also be working on making a timer to time your runs, but that's probably going to be later down the line.
ent_fire jail_teleport_case addoutput "targetname plsnojail";ent_fire jail_teleport addoutput "target start"
To teleport back to this map's start use this command:
script s<-Entities.FindByName(null, "start");script p<-Entities.FindByName(null, "!player");script p.SetOrigin(s.GetOrigin())
1