Mr.Black
Участник
- Сообщения
- 145
- Реакции
- 61
Оффтоп
//// noffknife.sp
//
// ...sourcemod\scripting\noffknife.sp(16) : error 100: function prototypes do not match
//
// 1 Error.
//
// Compilation Time: 0,28 sec
// ----------------------------------------
А если так ?
PHP:#include <sdkhooks> public void OnClientPutInServer(int iClient) { SDKHook(iClient, SDKHook_TraceAttack, TraceAttack); } public Action TraceAttack(int iVictim, int& iAttacker, int& iInflictor, int &damagetype, int &ammotype, int hitbox, int hitgroup) { return (iAttacker > 0 && GetClientTeam(iVictim) == GetClientTeam(iAttacker) && damagetype != DMG_BLAST) ? Plugin_Stop:Plugin_Continue; }
//// noffknife.sp
//
// ...sourcemod\scripting\noffknife.sp(16) : error 100: function prototypes do not match
//
// 1 Error.
//
// Compilation Time: 0,28 sec
// ----------------------------------------