2.plugin streamer problem
#5

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/mycommand", cmdtext, true, 10) == 0)
	{
		// code ...
	}
	if (strcmp("/rumahcj", cmdtext, true, 10) == 0)
        {
		SetPlayerPos(playerid,2435.9736,-1659.3164,13.3772,267.9005);
        	SendClientMessage(playerid, 0xFFFF00AA,"INFO:{FFFFFF}DAH SAMPAI RUMAH CJ");
		return 1;
    	}
    	if (strcmp("/help", cmdtext, true, 5) == 0)
    	{
        	SendClientMessage(playerid, 0xAA3333AA, "/rumahcj/chilliad/lstower/pulau1/pulau2/pulau3/maze/parkour1/parkour2/air/rumahibtiqari");

       		return 1;
    	}
	if(strcmp(cmdtext, "/skin 1", true) == 0)
    	{
        SetPlayerSkin(playerid, 1);
        return 1;
    	}
Reply


Messages In This Thread
2.plugin streamer problem - by sayaunta - 23.09.2015, 02:29
Re: 2.plugin streamer problem - by rappy93 - 23.09.2015, 02:32
Re: 2.plugin streamer problem - by sayaunta - 23.09.2015, 02:37
Re: 2.plugin streamer problem - by Crayder - 23.09.2015, 02:42
Re: 2.plugin streamer problem - by X337 - 23.09.2015, 02:42
Re: 2.plugin streamer problem - by sayaunta - 23.09.2015, 02:44
Re: 2.plugin streamer problem - by X337 - 23.09.2015, 02:49
Re: 2.plugin streamer problem - by sayaunta - 23.09.2015, 03:33

Forum Jump:


Users browsing this thread: 2 Guest(s)