- 0
Argument Type Mismatch
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Mark S.
Problemă întâlnită (descriere): Am aceste erori
Ero(area / rile) / warning-(ul / urile):
C:UsersADesktopserverreserver- run blow - Copygamemodeslarp.pwn(24731) : error 035: argument type mismatch (argument 2)
C:UsersADesktopserverreserver- run blow - Copygamemodeslarp.pwn(24739) : error 035: argument type mismatch (argument 2)
C:UsersADesktopserverreserver- run blow - Copygamemodeslarp.pwn(24747) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
Liniile de cod / sursa / script-ul:
if (playerState == PLAYER_STATE_DRIVER)
{
if(VehicleEngine[vehicleid] == 1)
{
GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
24731 GetVehicleParamsEx(vehicleid, 1, lights, alarm, doors, bonnet, boot, objective);
}
}
if (playerState == PLAYER_STATE_DRIVER)
{
if(IsABike(pveh))
{
GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
24739 GetVehicleParamsEx(vehicleid, 1, lights, alarm, doors, bonnet, boot, objective);
}
}
if (playerState == PLAYER_STATE_DRIVER)
{
if(pveh == 462)
{
GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
24747 GetVehicleParamsEx(vehicleid, 1, lights, alarm, doors, bonnet, boot, objective);
}
}
Imagini / Video (optional):
Edited by SelbyAţi încercat să rezolvaţi singur?: da
2 answers to this question
Recommended Posts