Updating counters. In garry's mod obviously I would use Think function. I didn't want to use timers here. However all that aside I didn't notice any frame rate drops.
Type: Posts; User: kiska
Updating counters. In garry's mod obviously I would use Think function. I didn't want to use timers here. However all that aside I didn't notice any frame rate drops.
I recently released a scripted blackjack table.
If anyone is looking for some pointers here's the code I used. It's in no means perfect especially considering I bought this game a 2 weeks ago and...
Apparenlty I only passes the color not the Player object. So you will have to use Player[color].
function doDeal(obj, ply)
if not Player[ply].admin then
broadcastToAll("Your not an...
Would be nice if you could pass a parameter who pressed a button. If there is one already it's not documented.
button.OnClick( Player )