Raised This Month: $12 Target: $400
 3% 

Ayuda con pluguin y compilado


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:47.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode