SA-MP Forums Archive
[Ajuda] Maquinas Sprunky - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Maquinas Sprunky (/showthread.php?tid=357579)



Maquinas Sprunky - The_G0dFather - 07.07.2012

Como retira-las ?!


Re: [AJUDA] Maquinas Sprunky - .FuneraL. - 07.07.2012

Quote:
Originally Posted by The_G0dFather
Посмотреть сообщение
Como retira-las ?!
Acho que sу com RemoveBuildingForPlayer, Use o Map Editor do JernejL.


Respuesta: [AJUDA] Maquinas Sprunky - ipsBruno - 07.07.2012

pawn Код:
public OnPlayerConnect(playerid)
{
    RemovePlayerSprunkMachines(playerid);
    return 1;
}

RemovePlayerSprunkMachines(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);
}
Crйditos:
https://sampforum.blast.hk/showthread.php?tid=300839