1
General Chat / EVEN MORE SPAM
« on: August 05, 2010, 07:02:06 AM »
ASDASDASDASDASDADASD
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Call me a noob, but what is Oni Chichi?google it.
Btw I see those hax you got :O.
@name Test
@persist [Players Array]:array
if(first()|duped()){
runOnChat(1)
Version=0.1
hint("Steam ID Retriever v"+Version)
hint("!scan, to scan players Steam ID and Names")
}
findByClass("player")
Players=findToArray()
if(owner():lastSaid():lower()=="!scan"
for(I=1,Players:count()){
(Array[I,string]=Players[I,entity]:name()+" || "+steamID())
}
for(K=1,Players:count()){
print(Array[1,string])
}
}