SA-MP Forums Archive
undefined RemoveBuildingForPlayer - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: undefined RemoveBuildingForPlayer (/showthread.php?tid=343454)



undefined RemoveBuildingForPlayer - gabyk - 17.05.2012

undefined symbol RemoveBuildingForPlayer

public OnPlayerConnect(playerid)
{
RemoveBuildingForPlayer(playerid, 3777, 831.9609, -1191.1406, 25.0391, 0.25);
RemoveBuildingForPlayer(playerid, 3777, 868.1328, -1191.1406, 25.0391, 0.25);
RemoveBuildingForPlayer(playerid, 3777, 902.3359, -1191.1406, 25.0391, 0.25);
RemoveBuildingForPlayer(playerid, 3776, 831.9609, -1191.1406, 25.0391, 0.25);
RemoveBuildingForPlayer(playerid, 3776, 868.1328, -1191.1406, 25.0391, 0.25);
RemoveBuildingForPlayer(playerid, 3776, 902.3359, -1191.1406, 25.0391, 0.25);

Help


Re: undefined RemoveBuildingForPlayer - Faisal_khan - 17.05.2012

You're probably using outdated version of pawno or you are using RC version of 0.3d or 0.3e. Try to redownload whole samp folder (including pawno) and put your gamemode files in (replace existing files) and open up pawno, then hit F5.


Re: undefined RemoveBuildingForPlayer - Face9000 - 17.05.2012

You need to have the 0.3e includes.


Re: undefined RemoveBuildingForPlayer - dannyk0ed - 17.05.2012

Put it under OnPlayerconnect
Not Gamemodeint


Re: undefined RemoveBuildingForPlayer - Kazuo - 18.05.2012

try using this include https://sampforum.blast.hk/showthread.php?tid=301264


Re: undefined RemoveBuildingForPlayer - MP2 - 18.05.2012

Quote:
Originally Posted by dannyk0ed
Посмотреть сообщение
Put it under OnPlayerconnect
Not Gamemodeint
Look at his code...

You need the 0.3d/0.3e includes.