Heads up! The baton doesn't remove when you get demoted or resign.
Working find here.
[editline]2nd February 2013[/editline]
Added the .sql file that was missing for the database.
[code][Game] Query Error! MySQL server has gone away[/code]
Been getting this error, it says the database is connected.
Should be fixed.
-snip-
[QUOTE=RANDOMlagFTW;39471926]Btw chess why does doors ive set unownable dissapear after server restart? Please fix this :c[/QUOTE]
He said he cant.
Deleted post, sry
Could you add something so that the player can see their feet if they look down?
I dunno, just something I thought would be cool.
Great gamemode though! The mailboxes and stock do a great job at economic balance.
There's already an addon for the workshop that does that.
Thank you
I have a problem that's probably been brought up many times, but I can't load the gamemode in srcds for testing it keeps giving me the message:
[IMG]http://i.imgur.com/IT9x6hJ.png[/IMG]
I am a novice at lua
How did you manage to break the init script for the clientside portion. Did you modify anything?
Nope...
[QUOTE=thefreemann;39479484]Nope...[/QUOTE]
Did you remember to add +gamemode pistachio in your start-up line?
-snip-
I've downloaded and installed a completely fresh copy of the gamemode, still gives me the error
Edit:
I have resolved it, like ms333 said, I didn't have a +gamemode, instead there was a +sv_defaultgamemode which was an invalid command.
Silly me
I have little problem with the ticker modules, it overflows with HUD, can you help me to resolve it ?
[url]http://img201.imageshack.us/img201/9123/2013020600002.jpg[/url]
[QUOTE=Rylod;39491770]I have little problem with the ticker modules, it overflows with HUD, can you help me to resolve it ?
[url]http://img201.imageshack.us/img201/9123/2013020600002.jpg[/url][/QUOTE]
That is a screen resolution issue. You could find out where the ticker is drawn and change the width.
Ah another problem has risen. I saw this earlier in the thread but it hasn't done anything for me.
I have the problem of not being able to remove or use atm's and mailboxes after creating them.
I have CSS content mounted and I know because I no longer get the in-game message telling me I haven't
[QUOTE=thefreemann;39500238]Ah another problem has risen. I saw this earlier in the thread but it hasn't done anything for me.
I have the problem of not being able to remove or use atm's and mailboxes after creating them.
I have CSS content mounted and I know because I no longer get the in-game message telling me I haven't[/QUOTE]
I cant replicate the bug.
[QUOTE=Garrison;39500316]I cant replicate the bug.[/QUOTE]
[URL="http://www.facepunch.com/showthread.php?t=1225408&page=4"]http://www.facepunch.com/showthread.php?t=1225408&page=4[/URL]
Post number 133
When you say mounted, do you mean the client or the server?
hey it's my t buddy from today
[QUOTE=Chessnut;39502358]When you say mounted, do you mean the client or the server?[/QUOTE]
Current path of the cstrike folder: C:\SRCDS\Servers\garrysmod\orangebox\cstrike
And, well both then?
Kind of anxious for an answer :P
[QUOTE=UniqueGuy;38465154]What the fuck bro? You fucking stole that from me, I made that today a few hours ago, I uploaded it to my website, YOU did not make that. You stole that from us. That code is identical to mine, not even 1 line of it is different. I don't mind you posting it, just don't claim it as your own.[/QUOTE]
where do i put the code??
[editline]10th February 2013[/editline]
how to spawn a Email Box?
[QUOTE='[FS] Fatality;39542959']
how to spawn a Email Box?[/QUOTE]
/createmailbox
when i spawn a mailbox it says you dont have permission to do that, im in a Owner Group and higher than Super Admin and its ULX...
[editline]11th February 2013[/editline]
never mind i had to make myself superadmin but i need to know how to get money...
Player(1):SetMoney(amount)
wont work i need to know where to put this code:
pistachio.command:Create("awardmoney", "<name> <amount>", "Give money to a person if needed to be refunded or if they have donated. <Super Admin only>", function(client, arguments)
if client:IsSuperAdmin() then
local name = tostring( arguments[1] );
local target = pistachio:GetPlayerByName(name);
if not target then
client:Notify("That's not a valid player!")
return
end
local amount = tonumber(arguments[2])
if not amount or not arguments[2] then
client:Notify("You need to enter a valid amount!")
return
end
local person = target:Nick()
if target == client then
person = "yourself"
end
target:ChatPrint("You awarded "..person.." with $"..amount..".")
target:SetPrivateVar("money", target:GetPrivateVar("money") + amount);
target:ChatPrint("You have been awarded with $"..amount.." by "..client:Nick()..".")
else
client:Notify("You need to be a super admin!")
end
end);
please help!
nevermind everything works perfectly now :)
[editline]11th February 2013[/editline]
why when i use a vehicle and it spawns i cant Drive it? i click E and nothing happens
[editline]11th February 2013[/editline]
and how do i add stuff to Prop Protection, people can spawn explosives etc....
[editline]11th February 2013[/editline]
How to reduce Respawn Time? my friend told me its 2 minutes. LOL
[editline]11th February 2013[/editline]
oh and when i press F5 or others press F5 the game crashes...
i added a custom car and when i spawn it from inventory it is like a prop and when i press E i click Use and nothing happens, but when i spawn from Q menu its like a car but i cant enter and when i press E nothing happens, Please Help Me?!
Theres an edit button for a reason. Quit posting so much
Sorry, you need to Log In to post a reply to this thread.