[Ajuda] Liberar Casa
#4

Adiciona isso no GM

pawn Код:
stock GetPlayer2DZone(playerid, zoneada[], len)
{
new Float:x;
new Float:y;
new Float:z;
GetPlayerPos(playerid, x, y, z);
for(new i = 0; i != sizeof(gSAZones); i++ )
{
if(x >= gSAZones[i][SAZONE_AREA][0] && x <= gSAZones[i][SAZONE_AREA][3] && y >= gSAZones[i][SAZONE_AREA][1] && y <= gSAZones[i][SAZONE_AREA][4])
{
return format(zoneada, len, gSAZones[i][SAZONE_NAME], 0);
}
}
return 0;
}
Reply


Messages In This Thread
Liberar Casa - by AutoClick - 17.04.2013, 16:19
Re: Liberar Casa - by feliphemort - 17.04.2013, 16:24
Re: Liberar Casa - by AutoClick - 17.04.2013, 16:32
Re: Liberar Casa - by DevilAgain - 17.04.2013, 18:05
Re: Liberar Casa - by feliphemort - 17.04.2013, 18:31
Re: Liberar Casa - by AutoClick - 17.04.2013, 22:01
Re: Liberar Casa - by feliphemort - 17.04.2013, 22:08
Re: Liberar Casa - by AutoClick - 17.04.2013, 22:38
Re: Liberar Casa - by feliphemort - 17.04.2013, 22:45
Re: Liberar Casa - by feliphemort - 17.04.2013, 22:47

Forum Jump:


Users browsing this thread: 1 Guest(s)