Comando..
#7

Si no quieres otra vez no pares a la ayuda que intento de dar

PHP код:
enum InterioresNegocio
{
    
nTInterior,
    
Float:nTIntX,
    
Float:nTIntY,
    
Float:nTIntZ
}
new const 
Float:TiposInteriores[1][InterioresNegocio] =
{
    {
1167.25611751.1589617.6660}
}; 
PHP код:
CMD:interiorneg(playeridparams[])
{
    new 
interior;
    if(
sscanf(params"d"interior)) return SendClientMessage(playerid, -1"/interiorneg tipo");
    if(
interior || tipo sizeof(InterioresNegocio)) return SendClientMessage(playerid, -1"...");
    for(new 
0sizeof(NegocioInfo); n++)
    {
        if(
IsPlayerInRangeOfPoint(playerid5.0NegocioInfo[n][nPosX], NegocioInfo[n][nPosY], NegocioInfo[n][nPosZ]))
        {
            
NegocioInfo[n][nInterior] = InterioresNegocio[interior][nTInterior];
            
NegocioInfo[n][nIntX] = InterioresNegocio[interior][nTIntX];
            
NegocioInfo[n][nIntY] = InterioresNegocio[interior][nTIntY];
            
NegocioInfo[n][nIntZ] = InterioresNegocio[interior][nTIntZ];
            
ActualizarTextoNegocio(n);
            
GuardarNegocio_(n);
        }
    }
    return 
1;

Reply


Messages In This Thread
Comando.. - by Fagrinht - 03.07.2016, 16:18
Respuesta: Comando.. - by Unrea1 - 03.07.2016, 16:41
Re: Respuesta: Comando.. - by Fagrinht - 03.07.2016, 16:47
Respuesta: Comando.. - by Unrea1 - 03.07.2016, 17:00
Respuesta: Comando.. - by Parka - 03.07.2016, 17:02
Re: Comando.. - by Fagrinht - 03.07.2016, 20:14
Respuesta: Comando.. - by wharlos - 04.07.2016, 00:49

Forum Jump:


Users browsing this thread: 1 Guest(s)