View Single Post
  #2  
Old 08-25-2011, 01:13 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
No need for a function. You can create server flags dynamically like this:
PHP Code:
serverr.(@ a) = b
Where a is the name and b is the content (duh). You just didn't assign anything to the flag in your example, which resulted in it not being created at all.
Reply With Quote