Object Bug
#3

Why do you have:

pawn Код:
RemoveBuildingForPlayer(playerid, 5464, 1902.42969, -1309.53906, 29.91406, 91.840255737305);
    RemoveBuildingForPlayer(playerid, 5644, 1881.82031, -1315.92187, 30.83594, 24.462337493896);
    RemoveBuildingForPlayer(playerid, 5463, 1881.79688, -1315.53906, 37.94531, 42.392730712891);
And not:
pawn Код:
RemoveBuildingForPlayer(playerid, 5464, 1902.42969, -1309.53906, 29.91406, 91.840255737305);
RemoveBuildingForPlayer(playerid, 5644, 1881.82031, -1315.92187, 30.83594, 24.462337493896);
RemoveBuildingForPlayer(playerid, 5463, 1881.79688, -1315.53906, 37.94531, 42.392730712891);

This will at least prevent the script from losing indentation.
Reply


Messages In This Thread
Object Bug - by Rufio - 12.07.2013, 13:27
Re: Object Bug - by Rufio - 12.07.2013, 13:34
Re: Object Bug - by arjanforgames - 12.07.2013, 13:48
Re: Object Bug - by Rufio - 12.07.2013, 13:49
Re: Object Bug - by arjanforgames - 12.07.2013, 13:51
Re: Object Bug - by Rufio - 12.07.2013, 13:54

Forum Jump:


Users browsing this thread: 1 Guest(s)