02.12.2011, 06:13
(
Последний раз редактировалось PlayHard; 02.12.2011 в 12:15.
)
PlayHard Sprunk
Information:PlayHard Sprunk is a very simple project that you might wanna use to remove Sprunk and chocolate machines around San Andreas.
Why?
I saw one guy asking for it, so I had this idea of making this project to help him and maybe others. You could make your own Sprunk and chocolate machines especially for the server-sided money.
Updates:
Код:
First release: 4 Sprunk machines are gone from Las Venturas(2) and Los Santos(2)
pawn Код:
public OnPlayerConnect(playerid)
{
PlayHardSprunk(playerid);
return 1;
}
PlayHardSprunk(playerid)
{
RemoveBuildingForPlayer(playerid, 955, 1928.7344, -1772.4453, 12.9453, 0.25);
RemoveBuildingForPlayer(playerid, 955, 2325.9766, -1645.1328, 14.2109, 0.25);
RemoveBuildingForPlayer(playerid, 955, 1520.1484, 1055.2656, 10.0000, 0.25);
RemoveBuildingForPlayer(playerid, 955, 2085.7734, 2071.3594, 10.4531, 0.25);
}
Thank you for reading my thread.
Hoping you finding this one useful.
Copyrights© are reserved to PlayHard.
Hoping you finding this one useful.
Copyrights© are reserved to PlayHard.