12.09.2011, 20:18
podia ter explicado entгo.
@EDIT: Verifique se й isso que quer...
Para pegar os interior e as coordenadas das casas. Clique Aqui
@EDIT: Verifique se й isso que quer...
pawn Код:
if(!IsPlayerInAnyVehicle(playerid) && newkeys == KEY_SECONDARY_ATTACK)
{
if(IsPlayerInRangeOfPoint(playerid, 4, X, Y, Z); // substitua X, Y, Z pelas coordenadas em frente a casa.
{
SetPlayerPos(playerid, X, Y, Z); // substitua X, Y, Z, pelas coordenadas dentro da casa
SetPlayerInterior(playerid, X); // Substitua X pelo interior da casa.
return 1;
}
}
if(!IsPlayerInAnyVehicle(playerid) && newkeys == KEY_SECONDARY_ATTACK)
{
if(IsPlayerInRangeOfPoint(playerid, 4, X, Y, Z); // substitua X, Y, Z pelas coordenadas dentro da casa.
{
SetPlayerPos(playerid, X, Y, Z); // substitua X, Y, Z, pelas coordenadas em frente a casa
SetPlayerInterior(playerid, X); // Substitua X pelo Interior global = 0
return 1;
}
}