About a virtual world.
#5

Quote:
Originally Posted by DJDhan
Код:
new i;
new vw; //virtual world

for(i=0;i<MAX_PLAYERS;i++)
{ 
  vw=GetPlayerVirtualWorld(i);
  if(vw==75)
  {
   SetPlayerVirtualWorld(i,0);
  }



}
mine would work, and you should use new vw = GetPlayerVirtualWorld(i);, anyways either one would work, just his only works for VW 75 if you want it for any vw just do if(vw ==!0), my code has a few mistakes i just woke up and i did it quickly, btw Hey wacko, lol
Reply


Messages In This Thread
About a virtual world. - by DevilRP - 27.05.2010, 15:06
Re: About a virtual world. - by Anthony_Brassi - 27.05.2010, 15:14
Re: About a virtual world. - by DJDhan - 27.05.2010, 15:16
Re: About a virtual world. - by WackoX - 27.05.2010, 15:17
Re: About a virtual world. - by Anthony_Brassi - 27.05.2010, 15:19
Re: About a virtual world. - by DevilRP - 27.05.2010, 15:21
Re: About a virtual world. - by Anthony_Brassi - 27.05.2010, 15:59

Forum Jump:


Users browsing this thread: 1 Guest(s)