Number of Arguments Does Not Match Definition?
#1

It says that the "Number of Arguments Does Not Match Definition", and there are 29 of those. They're all for the RemoveBuildingForPlayer lines.
Reply
#2

You're missing a parameter of the function.

RemoveBuildingForPlayer(playerid, modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius), you're missing one of the six parameters for RemoveBuildingForPlayer, or you didn't add a comma to seperate one from the other.
Reply
#3

Quote:
Originally Posted by Axey187
Посмотреть сообщение
You're missing a parameter of the function.

RemoveBuildingForPlayer(playerid, modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius), you're missing one of the six parameters for RemoveBuildingForPlayer, or you didn't add a comma to seperate one from the other.
Gotcha, we're gonna give it a go. We figured a lot out XD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)