pickup...
#4

Quote:
Originally Posted by ledzep
Код:
if(strcmp(cmdtext, "/pickup", true)==0)
{
	new name[MAX_PLAYER_NAME];
	new id = GetPlayeridMid(name);
	if(playerDB[id][cuffed])
	{
		SendClientMessage(playerid,zalia, "You're cuffed, can't do actions");
		return 1;
	}
	SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP); //3071 line
	return 1;
}
That should do it.
No warning, but server sends me message unknow command still.
Reply


Messages In This Thread
pickup... - by lakierka - 29.06.2009, 09:52
Re: pickup... - by ledzep - 29.06.2009, 09:56
Re: pickup... - by gytisx - 29.06.2009, 09:58
Re: pickup... - by lakierka - 29.06.2009, 10:13
Re: pickup... - by Nero_3D - 29.06.2009, 10:20
Re: pickup... - by dice7 - 29.06.2009, 10:21
Re: pickup... - by ledzep - 29.06.2009, 10:22
Re: pickup... - by lakierka - 29.06.2009, 10:33
Re: pickup... - by dice7 - 29.06.2009, 10:57
Re: pickup... - by lakierka - 29.06.2009, 11:01

Forum Jump:


Users browsing this thread: 1 Guest(s)