07.12.2011, 20:15
(
Последний раз редактировалось Ash.; 08.12.2011 в 05:47.
)
Are you including this file before or after a_samp?
The errors you're having seem to be related to the lack of RemoveBuildingForPlayer and OnPlayerConnect, which are defined in a_samp.inc.
Your includes should look a little something like this:
The errors you're having seem to be related to the lack of RemoveBuildingForPlayer and OnPlayerConnect, which are defined in a_samp.inc.
Your includes should look a little something like this:
pawn Код:
#include <a_samp>
#include <removebuilding>
//And any others should go under a_samp too.