Forum Games

Ctrl + V

Submitted by Day, , Thread ID: 7130

Thread Closed

RE: Ctrl + V

#371
http://digitalteam.forumcommunity.net/?f=8880065
LOL

RE: Ctrl + V

#372
https://www.youtube.com/watch?v=CX_xEAlyII0

I replied to another thread here talking about what you were listening too

RE: Ctrl + V

#373
"erererrerererrerererrerererrerererrerererrerererrerererrerererrerererrerererrerererrerererrerererrerererrerererrerererrerererrerererrerererr"
I was rendering videos and that was my naming scheme for all the re-renders til I found the right settings :(

RE: Ctrl + V

#374
NPCShop_Items["item_glock"] = { -- This does not display anywhere, but is used by the server, as well as the client to purchase the item. Make sure this is unique on all items.
Name = "Glock 18", -- The name of the item.
Description = "Small pistol. Deals alright damage to your enemy.", -- The description of the item. This supports multilines.
Model = "models/weapons/w_pist_glock18.mdl", -- The display model.
Price = 400, -- The price of the item.
BuyFunction = -- This is what happens when you purchase the weapon. Having a bit of lua knownledge is a huge bonus here, but you can make items rather simple, even if you don't know anything about lua.
function(ply,item)
ply:Give("weapon_glock2") -- This is what you want to edit. This item gives the player (ply), a glock (weapon_glock2, darkrp name of the weapon entity). Other items below gives the player health, or armor. Anything can be done with the items.
end,
}

RE: Ctrl + V

#375
http://devhelp.ro/mybb/forumdisplay.php?fid=5
a support forum.

RE: Ctrl + V

#376
global needmon
def calc(id, lvl, wallet):
if lvl >= 10:
if wallet <= needmon:

RE: Ctrl + V

#377
I can't paste it, since it was a file for a Garry's Mod server.
The second most recent thing I copied+pasted:
https://www.systemrequirementslab.com/cy...nt-2/16235

RE: Ctrl + V

#378
https://mega.nz/#!iFZERCpY!inVqrmDPoJbjh...OabGPshBbs

RE: Ctrl + V

#379
https://avatarfiles.alphacoders.com/865/86518.png

Hmmm.. haha

RE: Ctrl + V

#380
Dude nice job, i like what are you doing mate. Keep going this way.

Users browsing this thread: 19 Guest(s)