whats wrong?
#3

Quote:
Originally Posted by Eazy_E214
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/stunt1", cmdtext, true, 10) == 0)
	{
		SetPlayerPos(playerid, 827.0233,-1847.0721,12.7766);
		SetPlayerInterior(playerid, 0);
		SendClientMessage(playerid, 0xFFFF00AA, "_BIG BUDDAH STUNT_");
		return 1;
	if (strcmp("/stunt2", cmdtext, true, 10) == 0)
	{
		SetPlayerPos(playerid, 2525.5281,-1663.4618,18.9872);
		SetPlayerInterior(playerid, 0);
		SendClientMessage(playerid, 0xFFFF00AA, "_GROVESTREET STUNT_");
		return 1;
	}
	return 0;
}
What is the problem?
Reply


Messages In This Thread
whats wrong? - by Eazy_E214 - 18.08.2009, 20:23
Re: whats wrong? - by XCultz - 18.08.2009, 20:23
Re: whats wrong? - by pliva_sb - 18.08.2009, 20:25
Re: whats wrong? - by CAR - 18.08.2009, 20:25
Re: whats wrong? - by Eazy_E214 - 18.08.2009, 20:28
Re: whats wrong? - by Eazy_E214 - 18.08.2009, 20:35
Re: whats wrong? - by CAR - 18.08.2009, 20:42
Re: whats wrong? - by Eazy_E214 - 18.08.2009, 22:03
Re: whats wrong? - by snoob - 18.08.2009, 22:06
Re: whats wrong? - by CAR - 19.08.2009, 07:00

Forum Jump:


Users browsing this thread: 1 Guest(s)