I don't get why it don't page the player... [message #468470] |
Wed, 06 June 2012 00:44 |
|
Distrbd21
Messages: 743 Registered: September 2008
Karma:
|
Colonel |
|
|
I've looked at the examples witch say to use InputConsole, but the I get an error InputConsole is a nil value.
So I changed it to Console_Input, and it give's no errors, but it doesn't page me when I don't have enough money, even when I do it still doesn't page me saying I bought it.
if Message == "!ram" then
if (Get_Money(pID) < 700) then
Console_Input("ppage %d You need 700 credits", pID)
else
Set_Money(pID, Get_Money(pID)-700)
Grant_Powerup(Get_GameObj(pID), "POW_RamjetRifle_Player")
Console_Input("ppage %d You received a RamjetRifle!", pID)
end
end
Live Your Life Not Some one Else's.| Sharing Is Caring
Cookie Jar<glome> Who stole the cookie from the cookie jar?!
<content> glome stole the cookie from the cookie jar!
<glome> Who me?!
<content> Yes you!
<glome> Couldn't be!
<content> Then WHO?!!
<glome> Woody stole the cookie from the cookie jar!
*** glome has been kicked by DrWoody (fuck you i didn't touch the motherfucking cookie, bitch
Suicide<TB> I was depressed last night so I called the Suicide Life Line.
<TB> I reached a call center in Pakistan.
<TB> I told them I was suicidal.
<TB> They got all excited and asked if I could drive a truck
|
|
|