View Single Post
  #3 (permalink)  
Old 07-09-2006, 09:50 PM
omar_omar2's Avatar
omar_omar2 omar_omar2 is offline
Member
 
Join Date: Jun 2006
Location: in ur ass
Posts: 65
Points: 0.76
Donate
Send a message via ShopTapNham to omar_omar2
yea kinda'f but still i really need to know wut mth.randomseed() is
and wut dose the # between the bracets do for it
btw, wuts the diffrence between a local and and the function for example:
function input()
local player = 2
pad = Controls.read()
end
so wuts the diffrence between the local and the pad = Controls.read()
we could've jus put
function input()
local pad = Controls.read()
end
dosent that work?
Reply With Quote