Raised This Month: $ Target: $400
 0% 

inc error


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
zombiesucker
BANNED
Join Date: Sep 2015
Location: Usa
Old 10-02-2015 , 13:18   inc error
Reply With Quote #1

hello alliedmodders,
i have this include file
PHP Code:
#if defined _po_points_included
    #endinput
#endif
#define _po_points_included

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

/****************************************************
*                    Points Inc                        *
*****************************************************/

/**
 * add points to player
 * param id - ID of client
 */
native po_add_points(id)
 
 
 
/**
 * set points to Player
 * param id - ID of client
 */
native po_set_points(idpoints)
 
 
/**
 * Get the amount of points
 * param id - ID of client
 */
native po_get_user_points(id
and when i use one of its natives i got this error
failed to load: Module/Library "po_points" required for plugin. Check modules.ini.

Last edited by zombiesucker; 10-02-2015 at 13:18.
zombiesucker is offline
Send a message via ICQ to zombiesucker Send a message via AIM to zombiesucker Send a message via Yahoo to zombiesucker Send a message via Skype™ to zombiesucker
 



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 23:21.


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