13.03.2012, 19:59
hello guys look what i added on my Script and its bugging i cant compile it
Error
i added the include on the Pawno/Include
called : removebuild
then i added on my GM :
On the Public GameModeInit
and in the Top of the Gm
Please Help me
Error
Код:
C:\Users\Mininou\AppData\Local\Temp\Rar$EX75.240\pawno\include\removebuild.inc(72) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Users\Mininou\Desktop\Vodka\gamemodes\Streetlife.pwn(11888) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Users\Mininou\Desktop\Vodka\gamemodes\Streetlife.pwn(11889) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Users\Mininou\Desktop\Vodka\gamemodes\Streetlife.pwn(11890) : error 017: undefined symbol "RemoveBuildingForPlayer"
called : removebuild
then i added on my GM :
On the Public GameModeInit
Код:
RemoveBuildingForPlayer(playerid, 4025, 1777.8359, -1773.9063, 12.5234, 0.25); RemoveBuildingForPlayer(playerid, 4215, 1777.5547, -1775.0391, 36.7500, 0.25); RemoveBuildingForPlayer(playerid, 4019, 1777.8359, -1773.9063, 12.5234, 0.25);
Код:
#include <removebuild>