Little help
#1

this is the error

undefined symbol "InfoBoxForPlayer"


Код:
			GetPlayerPos(i, oldposx, oldposy, oldposz);
			if(oldposx!=0.0 && oldposy!=0.0 && oldposz!=0.0)
			{
				for(new h = 0; h < sizeof(SBizzInfo); h++)
				{
					if(PlayerToPoint(2.0, i, SBizzInfo[h][sbEntranceX], SBizzInfo[h][sbEntranceY], SBizzInfo[h][sbEntranceZ]))
					{
						if(SBizzInfo[h][sbOwned] == 1)
						{
							format(string, sizeof(string), "~w~%s~w~~n~Propriйtaire : %s~n~extorsion Par : %s~n~Frais d'entrйe : ~g~$%d ~n~~w~Pour entrer Tappe : /entrer",SBizzInfo[h][sbMessage],SBizzInfo[h][sbOwner],SBizzInfo[h][sbExtortion],SBizzInfo[h][sbEntranceCost]);
						}
						else
						{
							format(string, sizeof(string), "~w~%s~w~~n~Cette entreprise est a vendre~n~Prix: ~g~$%d ~w~Level : %d ~n~~b~/acheterbiz ~w~pour acheter ce Biz",SBizzInfo[h][sbMessage],SBizzInfo[h][sbBuyPrice],SBizzInfo[h][sbLevelNeeded]);
						}
						InfoBoxForPlayer(i, string);
						SendDebugMessage("CustomPickups, SBizInfo");
					}
				}
Reply
#2

You don't have the stock for that function. What does it do(InfoBoxForPlayer)? Keep it in mind and try to make a stock for it.
Reply
#3

up please any help
Reply
#4

The above poster already tell you. Don't be lazy to search for function InfoBoxForPlayer
Reply
#5

it dont need A stock its like a Textdraw it showing a Box Of information .. and why i be lazy .
Reply
#6

pawn Код:
stock InfoBoxForPlayer
{
Your td
}
return 0;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)