20.12.2010, 09:36
I've got a problem when i compile here is my code
and its returning
I'm kind of a noob to PAWN coding, how can i fix this?
pawn Код:
public OnVehicleSpawn(vehicleid)
{
SetVehicleNumberPlate(vehicleid, "SAMP %d", vehicleid);
SetVehicleToRespawn(vehicleid);
return 1;
}
Quote:
gamemode(480) : warning 202: number of arguments does not match definition |