16.03.2010, 20:32
This is what i got...
tells me this problem :
Код:
dcmd_spawncar(playerid, params[]) {
new car=strval(params);
car = GetVehicleModelIDFromName(strval(params));
if(car < 400 || car > 611) return SendClientMessage(playerid, red, "ERROR: Invalid Vehicle Model");
return 1;
}
Код:
**Location Of Mah Script : error 035: argument type mismatch (argument 1) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.

