Posts: 7
Threads: 4
Joined: Jun 2014
Reputation:
0
It says that the "Number of Arguments Does Not Match Definition", and there are 29 of those. They're all for the RemoveBuildingForPlayer lines.
Posts: 139
Threads: 16
Joined: Sep 2013
Reputation:
0
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.