pickup...
#1

Код:
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;
	}
Код:
(3071) : warning 225: unreachable code
How can I fix it? When I type it in my server it's sends me message unknow command.
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: 3 Guest(s)