need help with warnings
#3

still warning

Код:
C:\Users\kalvi\Desktop\sa-mp\gamemodes\PILOTGAMEMODE.pwn(680) : warning 209: function "OnPlayerPickUpPickup" should return a value
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
code
Код:
public OnPlayerPickUpPickup(playerid, pickupid)

if(IsPlayerInRangeOfPoint(playerid, 15.15,2112.757568,-2433.868652,13.546875))
{
SendClientMessage(playerid,0xFFFFFFFF,"Your vehicle Has Been Repaired");
RepairVehicle(GetPlayerVehicleID(playerid));

return 1;
}
Reply


Messages In This Thread
need help with warnings - by rs2fun111 - 05.01.2010, 03:12
Re: need help with warnings - by fsnameless - 05.01.2010, 03:48
Re: need help with warnings - by rs2fun111 - 05.01.2010, 04:06
Re: need help with warnings - by Calon - 05.01.2010, 04:21
Re: need help with warnings - by rs2fun111 - 05.01.2010, 04:22

Forum Jump:


Users browsing this thread: 2 Guest(s)