CMD PROBLEM
#1

Can anyone see something wrong here

Код:
 if(strcmp(cmd, "/fillall",true)==0)
  {
  dcmd_fillallcars (playerid, params[])
{
	#pragma unused params
    if(!IsPlayerAdmin(playerid)) return 1;
	new
	  v;

	while (v != MAX_VEHICLES)
	{
	  Benzin[v] = 100; //Uncomment this if you want it random and comment the other below
	  //Benzin[v] = random(100);
      ++v;
	}
	return 1;
}
Reply


Messages In This Thread
CMD PROBLEM - by 02manchestera - 26.03.2010, 08:07
Re: CMD PROBLEM - by [cA]Unforseen - 26.03.2010, 08:10
Re: CMD PROBLEM - by 02manchestera - 26.03.2010, 08:13
Re: CMD PROBLEM - by Flake. - 26.03.2010, 08:13
Re: CMD PROBLEM - by Flake. - 26.03.2010, 08:16

Forum Jump:


Users browsing this thread: 5 Guest(s)