warning help
#3

Still getting the same warning


Код:
new Float:RandomTeleport[4][4] =
  {
  {-45.0753,1849.4135,17.6406},
  {-28.1576,2071.8328,17.4500},
  {166.6721,1965.9443,18.6305},
  {248.1359,1771.0515,17.6406}
  };
	
//------------------------------------------------------------------------------
  if(!strcmp(cmdtext, "/tankwar", true))
  {
  new randomTele = random(sizeof(RandomTeleport));
  SetPlayerPos(playerid, RandomTeleport[randomTele][0], RandomTeleport[randomTele][1], RandomTeleport[randomTele][2], RandomTeleport[randomTele][3]);
  SetPlayerVirtualWorld(playerid, 5);
  return 1;
  }
This is everything to do with the command
Reply


Messages In This Thread
warning help - by 02manchestera - 04.03.2010, 21:47
Re: warning help - by Fedee! - 04.03.2010, 21:51
Re: warning help - by 02manchestera - 04.03.2010, 21:57
Re: warning help - by Fedee! - 04.03.2010, 21:58
Re: warning help - by 02manchestera - 04.03.2010, 21:59
Re: warning help - by Fedee! - 04.03.2010, 22:14

Forum Jump:


Users browsing this thread: 2 Guest(s)