Function should return a value
#6

Quote:
Originally Posted by McCarthy
Посмотреть сообщение
Thank you Nero..can you fix this too?

pawn Код:
public Repair(playerid)
{
    if(IsPlayerInAnyVehicle(playerid))
    {
        PlayerPlaySound(playerid,1134,0,0,0);
        RepairVehicle(GetPlayerVehicleID(playerid));
        return 1;
    }
}
PHP код:
public Repair(playerid)
{
    if(
IsPlayerInAnyVehicle(playerid))
     {
        
PlayerPlaySound(playerid,1134,0,0,0);
          
RepairVehicle(GetPlayerVehicleID(playerid));
    }
        return 
1;

Reply


Messages In This Thread
Function should return a value - by McCarthy - 18.09.2011, 09:51
Re: Function should return a value - by |_ⒾⓇⓄN_ⒹⓄG_| - 18.09.2011, 09:56
Re: Function should return a value - by Cyanide - 18.09.2011, 09:57
AW: Re: Function should return a value - by Nero_3D - 18.09.2011, 10:36
Re: Function should return a value - by McCarthy - 18.09.2011, 10:44
Re: Function should return a value - by Kush - 18.09.2011, 10:48

Forum Jump:


Users browsing this thread: 1 Guest(s)