tag mismatch
#1

Hola, tengo estos warnings en el siguiente script:
Код:
C:\Documents and Settings\Administrador\Escritorio\Latin RolePlay\gamemodes\ZenonCity.net.pwn(22300) : warning 213: tag mismatch
C:\Documents and Settings\Administrador\Escritorio\Latin RolePlay\gamemodes\ZenonCity.net.pwn(22300) : warning 213: tag mismatch
pawn Код:
CMD:bolsa(playerid, params[])
    {
        Info[playerid][pAcciones] = 1;
        new randomganancia = 0.1 + random(0.7);
        new precioaccion = 100;
        new ganancia = randomganancia * precioaccion;
        new total = ganancia * Info[playerid][pAcciones];
        Earn(playerid, total);

        }
Creo que hice mal las multiplicaciones con " * "... Como lo arreglo?
Reply


Messages In This Thread
tag mismatch - by ValenRatti - 30.11.2013, 23:22
Respuesta: tag mismatch - by DesingMyCry - 30.11.2013, 23:29
Respuesta: tag mismatch - by JustBored - 30.11.2013, 23:31
Re: tag mismatch - by ValenRatti - 30.11.2013, 23:50
Respuesta: tag mismatch - by OTACON - 01.12.2013, 00:10
Re: tag mismatch - by ValenRatti - 01.12.2013, 00:20

Forum Jump:


Users browsing this thread: 3 Guest(s)