27.02.2010, 07:10
Why does this not work?
error 010: invalid function or declaration
I get
error 010: invalid function or declaration
on the top line, the "if(IsPlayerInAnyVehicle" line and the "return 1;" line.
error 010: invalid function or declaration
Код:
if(strcmp(cmd, "/fix", true))
{
if(IsPlayerInAnyVehicle(playerid))RepairVehicle(GetPlayerVehicleID(playerid));
return 1;
}
error 010: invalid function or declaration
on the top line, the "if(IsPlayerInAnyVehicle" line and the "return 1;" line.


