SA-MP Forums Archive
Removebuildingforplayer not working - 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: Removebuildingforplayer not working (/showthread.php?tid=467097)



Removebuildingforplayer not working - Sliceofdeath - 01.10.2013

Just now i removed few shits from Map Contruction 0.3e [https://sampforum.blast.hk/showthread.php?tid=282801]

And after pasting that code in OnPlayerConnect and going ingame that shits are still there.

I did by this way in software - got code from "Show Code" and did "Rebuild" , Copied RemoveBuildingForPlayers and pasted on pawno


Re: Removebuildingforplayer not working - newbie scripter - 01.10.2013

Code please?


Re: Removebuildingforplayer not working - Sliceofdeath - 01.10.2013

pawn Код:
RemoveBuildingForPlayer(playerid, 737, 2030.0078, 1223.3750, 10.1719, 0.25);
RemoveBuildingForPlayer(playerid, 3366, 276.6563, 2023.7578, 16.6328, 0.25);
RemoveBuildingForPlayer(playerid, 3366, 276.6563, 1989.5469, 16.6328, 0.25);
RemoveBuildingForPlayer(playerid, 3366, 276.6563, 1955.7656, 16.6328, 0.25);
RemoveBuildingForPlayer(playerid, 3268, 276.6563, 2023.7578, 16.6328, 0.25);
RemoveBuildingForPlayer(playerid, 3268, 276.6563, 1989.5469, 16.6328, 0.25);
RemoveBuildingForPlayer(playerid, 3268, 276.6563, 1955.7656, 16.6328, 0.25);
RemoveBuildingForPlayer(playerid, 4514, 440.0469, 587.4453, 19.7344, 0.25);
RemoveBuildingForPlayer(playerid, 4515, 604.5234, 352.5391, 19.7344, 0.25);



Re: Removebuildingforplayer not working - Jackston - 01.10.2013

just update your includes, with 0.3x server package


Re: Removebuildingforplayer not working - Sliceofdeath - 01.10.2013

Quote:
Originally Posted by Jackston
Посмотреть сообщение
just update your includes, with 0.3x server package
I already did o.O


Re: Removebuildingforplayer not working - newbie scripter - 01.10.2013

i went to co-ods and deleted the obj u wanted to but i cant find 3 of it (obj id 3366)

pawn Код:
RemoveBuildingForPlayer(playerid, 737, 2030.0078, 1223.3750, 10.1719, 0.25);
RemoveBuildingForPlayer(playerid, 3366, 276.6563, 2023.7578, 16.6328, 0.25);
RemoveBuildingForPlayer(playerid, 3366, 276.6563, 1989.5469, 16.6328, 0.25);
RemoveBuildingForPlayer(playerid, 3366, 276.6563, 1955.7656, 16.6328, 0.25);
RemoveBuildingForPlayer(playerid, 3268, 276.6563, 2023.7578, 16.6328, 0.25);
RemoveBuildingForPlayer(playerid, 3268, 276.6563, 1989.5469, 16.6328, 0.25);
RemoveBuildingForPlayer(playerid, 3268, 276.6563, 1955.7656, 16.6328, 0.25);
RemoveBuildingForPlayer(playerid, 4514, 440.0469, 587.4453, 19.7344, 0.25);
RemoveBuildingForPlayer(playerid, 4515, 604.5234, 352.5391, 19.7344, 0.25);



Re: Removebuildingforplayer not working - Sliceofdeath - 01.10.2013

Man there was many objects..But i get this much codes only.


Re: Removebuildingforplayer not working - newbie scripter - 03.10.2013

try re-install the program or software


Re: Removebuildingforplayer not working - donhu789 - 03.10.2013

Shit You Guy are Crazy ok , Download 0.3x on sa-mp and copy all pawno In the include File.
2.And Recompile your File
Note: Put The RemoveBuilding Player at OnPLayerconnect :d


Re: Removebuildingforplayer not working - Sliceofdeath - 03.10.2013

Quote:
Originally Posted by donhu789
Посмотреть сообщение
Shit You Guy are Crazy ok , Download 0.3x on sa-mp and copy all pawno In the include File.
2.And Recompile your File
Note: Put The RemoveBuilding Player at OnPLayerconnect :d
I already did that shit.