Basic Store Plugin
#2
Thats pretty coolTongue im working on something similar for my rpg server, one thing that i would say though is that you're using commands for each itemset which bugs me, i dont know about anyone elseTongue im just wierd, but what im doing in mine is using Split
so like
Code:
function storecommand(Split, Player)
if(Split[2]=="buy") then
-- do stuff
end
end
but its a nice plugin, more than i've got so farTongue
Reply
Thanks given by:


Messages In This Thread
Basic Store Plugin - by codename_B - 02-28-2011, 12:38 PM
RE: Basic Store Plugin - by Tim - 02-28-2011, 09:14 PM
RE: Basic Store Plugin - by codename_B - 02-28-2011, 10:04 PM
RE: Basic Store Plugin - by Tybor - 03-01-2011, 04:37 AM
RE: Basic Store Plugin - by FakeTruth - 03-01-2011, 05:32 AM
RE: Basic Store Plugin - by codename_B - 03-01-2011, 07:14 AM
RE: Basic Store Plugin - by DrkCodeman - 06-14-2013, 05:17 AM
RE: Basic Store Plugin - by NiLSPACE - 06-14-2013, 05:33 AM
RE: Basic Store Plugin - by xoft - 06-14-2013, 05:34 AM
RE: Basic Store Plugin - by DrkCodeman - 06-14-2013, 05:34 AM
RE: Basic Store Plugin - by NiLSPACE - 06-14-2013, 05:36 AM
RE: Basic Store Plugin - by DrkCodeman - 06-14-2013, 05:42 AM
RE: Basic Store Plugin - by NiLSPACE - 06-14-2013, 05:48 AM
RE: Basic Store Plugin - by xoft - 06-14-2013, 06:31 AM
RE: Basic Store Plugin - by DrkCodeman - 06-14-2013, 06:50 AM



Users browsing this thread: 1 Guest(s)