No commands are working
#3

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/kill", cmdtext, true, 10) == 0)
	{
		SetPlayerHealth(playerid, 0);
		GivePlayerMoney(playerid, -250);
		return 1;
	}
	return 0;
}
Reply


Messages In This Thread
No commands are working - by litesp - 20.12.2010, 19:37
Re: No commands are working - by blackwave - 20.12.2010, 19:38
Re: No commands are working - by litesp - 20.12.2010, 19:42
Re: No commands are working - by blackwave - 20.12.2010, 19:43
Re: No commands are working - by litesp - 20.12.2010, 19:53
Re: No commands are working - by blackwave - 20.12.2010, 20:08
Re: No commands are working - by litesp - 20.12.2010, 20:12

Forum Jump:


Users browsing this thread: 1 Guest(s)