View Single Post
Author Message
fiury
Member
Join Date: Aug 2010
Old 03-25-2012 , 18:53   Ayuda con pluguin y compilado
#1

El plugin es:

http://forums.alliedmods.net/showthr...highlight=Free

Que debo acer con el archivo ffa_amxx.dll. Donde tengo que colocarlo y para que sirve?

A la hora de compilar el plugin que deberia poner en ffa.inc para solo eliminar el RADAR

#if defined _ffa_included
#endinput
#endif
#define _ffa_included

#if AMXX_VERSION_NUM >= 175
#pragma reqlib ffa
#if !defined AMXMODX_NOAUTOLOAD
#pragma loadlib ffa
#endif
#else
#pragma library ffa
#endif

#define FFA_VERSION "0.1"

//Returns/sets the current FFA (free for all) state
native ffa_get()
native ffa_set(on_or_off)

native ffa_get_tks()
native ffa_set_tks(on_or_off)

native ffa_get_damage()
native ffa_set_damage(on_or_off)

native ffa_get_radar()
native ffa_set_radar(on_or_off)


Estoy usandolo con CSDM 2.1 y FFA activado
Colocado ffa example.amxx en su carpeta y activado en plugins.ini no funciona

He intentado compilar yo mismo pero tampoco e tenido éxito
fiury is offline