Код ошибок/варнингов.
D:\??????? ????\Silent Role Play\pawno\include\nex-ac.inc(3135) : warning 202: number of arguments does not match definition D:\??????? ????\Silent Role Play\pawno\include\nex-ac.inc(3149) : error 025: function heading differs from prototype D:\??????? ????\SilentRole Play\gamemodes\silentrp.pwn(2410) : warning 201: redefinition of constant/macro (symbol "DestroyVehicle") D:\??????? ????\Silent Role Play\gamemodes\silentrp.pwn(2937) : warning 201: redefinition of constant/macro (symbol "ResetPlayerWeapons") D:\??????? ????\Silent Role Play\gamemodes\silentrp.pwn(3207) : warning 201: redefinition of constant/macro (symbol "PutPlayerInVehicle") D:\??????? ????\Silent Role Play\gamemodes\silentrp.pwn(4074) : warning 201: redefinition of constant/macro (symbol "ShowPlayerDialog") D:\??????? ????\Silent Role Play\gamemodes\silentrp.pwn(36660) : warning 201: redefinition of constant/macro (symbol "GivePlayerWeapon") D:\??????? ????\Silent Role Play\gamemodes\silentrp.pwn(54906) : warning 201: redefinition of constant/macro (symbol "GivePlayerMoney") Pawn compiler 3.10.20160907 Copyright (c) 1997-2006, ITB CompuPhase
На строки от 2405 до 54996 посмотрел, он дефайнит какие то функции, но я не знаю, вроде все удалил, но появилось больше варнингов и ошибок.. (Это от мода, их нужно удалить чтобы не конфликтовало)
PutPlayerInVeh(playerid, vehicleid, seatid) { AC_spppos[playerid]=3+floatround(GetPlayerPing(playerid)/100); GetPlayerPos(playerid, OldPos[playerid][0], OldPos[playerid][1], OldPos[playerid][2]); new Float:x, Float:y, Float:z; GetVehiclePos(vehicleid,x,y,z); PVHFL[playerid][0]=x; PVHFL[playerid][1]=y; PVHFL[playerid][2]=z; VehicleEnters[playerid]=vehicleid; SuperTick[playerid]=GetTickCount()-1000; PutPlayerInVehicle(playerid, vehicleid, seatid); return true; } #define PutPlayerInVehicle PutPlayerInVeh
Помогите пожалуйста правильно настроить.

ЗАКРЫТО! ТАК И НЕ ПОНЯЛ КАК УСТАНАВЛИВАТЬ NEX-AC
Сообщение отредактировал mura7077: 17 Апрель 2018 - 18:17