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
(Sorry for the double comment)
We have noticed you haven't logged in for 2 weeks, we're just checking to see that everything is okay with our biggest fan. Since you visited us last time, we've updated the Gay Section with many videos we know you will enjoy. See you soon! - ♥♥♥♥♥♥♥™ Administrator
Here is the code ... this is inly for the first shipment but help plz with the first so i can make all of them <3
@name Auto Gun Store
@inputs G1 G2 G3 G4 G5 G6 G7 G8 Ranger
@outputs U1 U2 U3 U4 U5 U6 U7 U8
@persist Null:entity
@trigger
@model models/maxofs2d/companion_doll.mdl
Price1 = 1000
Price2 = 2000
Price3 = 3000
Price4 = 4000
Price5 = 5000
Price6 = 6000
Price7 = 7000
Price8 = 8000
if (Ranger > 0){
findByClass("player")
findSortByDistance(entity():pos())
Target = find()}
else {Target = Null}
if (G1 == 1){
findByClass("player")
findSortByDistance(entity():pos())
Target = find()
moneyRequest(Target,Price1)
}
The errors you are showing in console can be ignored, they're for clientside help text.
and from console this: https://pastebin.com/B0fjXd5V
and above of this egpText I got this working with ent:shipmentName()