Guard/Armor ppl, so they have to accept it!
#5

Код:
ocmd:armor(playerid,params[])
{
	new pID,amount,string[128];
	if(sscanf(params,"ui",pID,amount))SendClientMessage(playerid,COLOR_RED, "/armor ID Amount");
	format(string,sizeof(string),"%s offered you protection for %s.",Charname(playerid),amount);
	SendClientMessageToAll(COLOR_LIGHTBLUE,string);
	return 1;
}
I cant find the mistake in the script, but there must be one!

it should look like:

Код:
Peter_Hacking offered you protection for 2000.
but it looks like:



Whats wrong?


//PS: sry for the bump, i am used to a 24h rule.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)