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
is this because it doesnt support m9k?
@name
@inputs Ranger:entity
interval(1)
if(Ranger:isShipment()){
print(Ranger:shipmentName())
if(Ranger:entity():shipmentName() == "Invalid Shipment"){
EGP:egpText(1,"Out of Stock!",vec2(256))
}
else{
EGP:egpText(1,Ranger:shipmentName(),vec2(256))
}
http://puu.sh/joRa3/c941a6f0a6.jpg == http://puu.sh/joRci/f5c4d25db8.jpg
http://puu.sh/joRaM/0b3b1215d0.jpg == http://puu.sh/joRcU/54ac5f6c1a.jpg
http://puu.sh/jmq0z/a290bc0cb8.jpg
http://puu.sh/jmpYd/f5a4f6e311.jpg
Your ranger inputs are numbers when they need to be entities.
This is my usage AND error
But all it says is Invalid shipment, Event when the AK shipment is in the rangers range.
if(R1:isShipment())
{
EPrice=R1:shipmentPricePerUnit()
EPrice=ceil(EPrice+EPrice*(Profit/100))
Scr:egpText(24, "1. " + R1:shipmentName() + " - $" + EPrice, vec2(120, 30))
Scr:egpAlign(24, 1, 1)
Prices[1, number] = EPrice
}
elseif(!R1:isShipment())
if (!R1:isShipment())
{
R1NAME = "Out Of Stock"
}
else
{
R1NAME = R1:shipmentName()
}