01.01.2010, 19:51
Hi there!
I am having a problem (No this isnt the end of the world )
Have a look at the error
My Lines
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.
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. }