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