whats wrong?
#4

Here it is!

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
     new cmd, idx;
     cmd = strtok(cmdtext, idx);
	if(strcmp(cmd, "/stunt1", true) == 0)
	{
		SetPlayerPos(playerid, 827.0233,-1847.0721,12.7766);
		SetPlayerInterior(playerid, 0);
		SendClientMessage(playerid, 0xFFFF00AA, "_BIG BUDDAH STUNT_");
		return 1;
     }
	if(strcmp(cmd, "/stunt2", true) == 0)
	{
		SetPlayerPos(playerid, 2525.5281,-1663.4618,18.9872);
		SetPlayerInterior(playerid, 0);
		SendClientMessage(playerid, 0xFFFF00AA, "_GROVESTREET STUNT_");
		return 1;
	}
	return 0;
}
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)