Help with a moving gate
#1

Код:
	if(strcmp(cmd, "/av", true) ==0)
	{
	 MoveObject(varavkinni, 1811.0886230469, -1882.4538574219, 12.405349731445, 2.0);
	    // Blah
	 SendClientMessage(playerid, 0xFF8000FF, "Vдrav on avatud!.");
	}
 	return 1;
}
 	if(strcmp("/sv", cmdtext, true) == 0) //Line 231!!
	{
	 MoveObject(varavkinni, 1810.96484375, -1890.912109375, 12.405349731445, 2.0);
	    //lolwat
	 SendClientMessage(playerid, 0xFF8000FF, "Vдrav on suletud!."); // Line 235!!
	}
	return 1; // Line 237!!
}
Код:
(231) : error 010: invalid function or declaration
          (235) : error 021: symbol already defined: "SendClientMessage"
          (237) : error 010: invalid function or declaration
Can you please help me ?
Reply


Messages In This Thread
Help with a moving gate - by alaripennar - 23.09.2011, 20:34
Re: Help with a moving gate - by Stigg - 23.09.2011, 20:50
Re: Help with a moving gate - by alaripennar - 23.09.2011, 20:55
Re: Help with a moving gate - by Kingunit - 23.09.2011, 20:56
Re: Help with a moving gate - by Fat - 23.09.2011, 20:58
Re: Help with a moving gate - by Stigg - 23.09.2011, 20:59

Forum Jump:


Users browsing this thread: 2 Guest(s)