Number of arguments does not match definition [Warning 202]
#1

Hi there!
I am having a problem (No this isnt the end of the world )

Have a look at the error

Code:
C:\location\location\location\location\location\location\location\gamemodes\prpg.pwn(12893) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
My Lines
pawn Code:
12891. public CheckNPCStatus(playerid, vehicleid)
12892. {
12893.       if(IsPlayerNPC(playerid) && IsPlayerInVehicle(playerid))
12894.    {
12895.      VehicleFuel[vehicleid] = 100.0000;
12896.      RepairVehicle(GetPlayerVehicleID(playerid));
12897.    }
12898.      return 1;
12899. }
Reply


Messages In This Thread
Number of arguments does not match definition [Warning 202] - by Mujib - 01.01.2010, 19:51
Re: Number of arguments does not match definition [Warning 202] - by MerLow - 01.01.2010, 20:42
Re: Number of arguments does not match definition [Warning 202] - by Mujib - 02.01.2010, 13:49
Re: Number of arguments does not match definition [Warning 202] - by MerLow - 02.01.2010, 14:55

Forum Jump:


Users browsing this thread: 1 Guest(s)