安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题

(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()