/event problem.
#3

let me guess, you try this in a server where ur id 0?
i think the problem is:
Код:
for(new i;i<MAX_PLAYERS;i++)
{
	GivePlayerWeapon(i, gun, ammo);
	GetPlayerName(playerid, sendername, sizeof(sendername));
	format(string, 256, "You have received a %s with %d ammo from admin %s.",ftext,ammo,sendername);
	SendClientMessage(i,0xC84200AA,string);
	format(string, 256, "[EVENT]: %s has gived a %s with %d ammo.",sendername,ftext,ammo);
	SendClientMessageToAll(COLOR_LIGHTRED, string);
	return 1;<<<here
}
remove the "return 1;" and i think it wil work
Reply


Messages In This Thread
/event problem. - by Razvann - 26.02.2010, 18:58
Re: /event problem. - by Jeffry - 26.02.2010, 19:19
Re: /event problem. - by notime - 26.02.2010, 23:16
Re: /event problem. - by Razvann - 27.02.2010, 13:24
Re: /event problem. - by Jeffry - 27.02.2010, 13:26
Re: /event problem. - by Razvann - 27.02.2010, 13:29
Re: /event problem. - by Vince - 27.02.2010, 13:37
Re: /event problem. - by Jeffry - 27.02.2010, 15:35
Re: /event problem. - by Razvann - 27.02.2010, 15:49

Forum Jump:


Users browsing this thread: 1 Guest(s)