Thread: A question
View Single Post
  #2  
Old 02-17-2002, 02:30 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Re: A question

Quote:
Originally posted by Googi
How do I make one of those things where someone can say "add player (the players accountname)" like the one in GSpeed spar 2?
with (getplayer)
it would be like
if (playerchats&&startswith(add player)&&strequals(#g,Events Team))
{tokenize #c;
with (getplayer(#t(2)))
{
if (strequals(#L,sparlevel1.nw))
{setlevel2 sparlevel1.nw,30,30;}}
I haven't tried that but it should work, it only works on p2p though
Reply With Quote