View Single Post
  #1  
Old 01-30-2006, 04:47 AM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
Unhappy players[i] warping

I can't get this to warp anyone but me (this is only part of the script) I've tried many ways, none work x_X srry for another lousy gs1 thread
NPC Code:
for(i=0;i<playerscount;i++)
{
with(players[i])
{
if(strequals(#g,Red Team))
{
triggeraction x,y,warp2,red;
}
if(strequals(#g,Blue Team))
{
triggeraction x,y,warp2,blue;
}

}
}

Reply With Quote