Help me - My /scrapcar isn't working.
#6

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	new cmd[256];
	
	if(strcmp(cmd, "/scrapcar", true) == 0)
	{
		if(IsPlayerConnected(playerid))
		{
	  if(IsPlayerInAnyVehicle(playerid))
	  {
   	if IsPlayerInArea(playerid, 214.973251, 208.995681, 27.271835, 22.040054)
   	{
  	PlayerInfo[playerid][pMaterials] + 60;
  	PlayerActionMessage(playerid,15.0,"Cuts his car into small pieces, and gets 60 blocks of scrap metal from it.");
		else
		{
		SendClientMessage(playerid, COLOR_WHITE, "[ERROR:] You must be at the warehouse to scrap your car.");
		return 1;
		}
		else
		{
 		SendClientMessage(playerid, COLOR_WHITE, "[ERROR:] You must be driving a car to scrap it.");
		return 1;
		}
		else
		{
		SendClientMessage(playerid, COLOR_WHITE, "[ERROR:] Login first.");
		return 1;
		}
	}
	return 1;
}
idk try with that i am not sure it will work i just try to make something with that code ... if wont work any of these codes that ppl post mybe problem should be somewhere else
Reply


Messages In This Thread
Help me - My /scrapcar isn't working. - by jameskmonger - 08.01.2010, 09:01
Re: Help me - My /scrapcar isn't working. - by bajskorv123 - 08.01.2010, 09:06
Re: Help me - My /scrapcar isn't working. - by jameskmonger - 08.01.2010, 09:15
Re: Help me - My /scrapcar isn't working. - by Faraday - 08.01.2010, 09:18
Re: Help me - My /scrapcar isn't working. - by jameskmonger - 08.01.2010, 09:23
Re: Help me - My /scrapcar isn't working. - by Lajko1 - 08.01.2010, 15:44
Re: Help me - My /scrapcar isn't working. - by Babul - 08.01.2010, 16:15
Re: Help me - My /scrapcar isn't working. - by jameskmonger - 08.01.2010, 16:33
Re: Help me - My /scrapcar isn't working. - by darkbrendan6 - 02.10.2011, 16:37
Re: Help me - My /scrapcar isn't working. - by darkbrendan6 - 02.10.2011, 16:39

Forum Jump:


Users browsing this thread: 3 Guest(s)