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

Orpheu Signatures Collection


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Jhob94
AMX Mod X Donor
Join Date: Jul 2012
Old 03-28-2015 , 09:39   Re: Orpheu Signatures Collection
Reply With Quote #11

pfnModelIndex
Code:
{
    "name" : "ModelIndex",
    "library" : "engine",
    "arguments" :
    [
		{
			"type" : "char *"
		}
    ],
    "return" :
    {
        "type" : "int"
    }
}
pfnRemoveEntity
Code:
{
    "name" : "RemoveEntity",
    "library" : "engine",
    "arguments" :
    [
        {
			"type" : "edict_s *"
        }
    ]
}
pfnSetModel
Code:
{
    "name" : "SetModel",
    "library" : "engine",
    "arguments" :
    [
        {
			"type" : "edict_s *"
        },
		{
			"type" : "char *"
		}
    ]
}
pfnSpawn (not sure if i tested this one)
Code:
{
    "name" : "Spawn",
    "library" : "engine",
    "arguments" :
    [
        {
			"type" : "edict_s *"
        }
    ],
    "return" :
    {
        "type" : "int"
    }
}
I had some more signatures but i guess i deleted them because i didn't need it
__________________

Last edited by Jhob94; 03-28-2015 at 09:39.
Jhob94 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:53.


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