[Ajuda] Desafio: Encontre o erro :)
#1

error: function with tag result used before definition, forcing reparse

PHP код:

forward POROROCA
(playerid);
public 
POROROCA(playerid) {
        new 
playervehicle;
        new 
string_velo[15];
        if ( (
playervehicle GetPlayerVehicleID(playerid)) != INVALID_VEHICLE_ID) {
            
format(string_velosizeof (string_velo), "%02d km/h"GetVehicleSpeed(playervehicle));
            
PlayerTextDrawSetString(playeridtextPlayerVelocimetro[1][playerid], string_velo);
            
format(string_velosizeof (string_velo), "%.0f%"GetVehicleHealthEx(playervehicle));
            
PlayerTextDrawSetString(playeridtextPlayerVelocimetro[3][playerid], string_velo);
        }
        return 
1;

Reply


Messages In This Thread
Desafio: Encontre o erro :) - by BLacksKrillex - 22.10.2016, 20:17
Re: Desafio: Encontre o erro :) - by SmokiieGamer - 22.10.2016, 20:22
Re: Desafio: Encontre o erro :) - by PT - 22.10.2016, 20:37
Re: Desafio: Encontre o erro :) - by BLacksKrillex - 22.10.2016, 20:56
Re: Desafio: Encontre o erro :) - by Whoo - 22.10.2016, 21:17
Re: Desafio: Encontre o erro :) - by BLacksKrillex - 22.10.2016, 21:42
Re: Desafio: Encontre o erro :) - by PT - 22.10.2016, 21:47
Re: Desafio: Encontre o erro :) - by BLacksKrillex - 22.10.2016, 22:21
Re: Desafio: Encontre o erro :) - by vfvfv - 23.10.2016, 23:46
Re: Desafio: Encontre o erro :) - by BLacksKrillex - 24.10.2016, 00:02

Forum Jump:


Users browsing this thread: 1 Guest(s)