Raised This Month: $ Target: $400
 0% 

natives


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
awpvssniper
Member
Join Date: Feb 2012
Old 06-30-2012 , 09:44   natives
Reply With Quote #1

in plugin
PHP Code:
public _get_simon(iPluginiParams

    return 
g_Simon;


include
PHP Code:
native get_simon(); //returns simon ID 

how to use that ?


i want to make that
PHP Code:
public football(id)
{
    static 
model[64]
    
get_user_info(id"model"model63)
    
    
//if get simon
    
return PLUGIN_HANDLED
    


    
static menu
    menu 
menu_create("Меню футбола""mhand")
    
    
menu_additem(menu,"Поделить на команды""1")
    
    
    
menu_additem(menu"Поставить мяч""2")
    
    
menu_additem(menu"Убрать мяч""3")
    
    
menu_display(idmenu)

    return 
PLUGIN_HANDLED
    
    

awpvssniper is offline
 



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 15:16.


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