Post: [RELEASE][C++] PList API
09-21-2015, 08:51 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Hi NGU, Today i bring you PList API(Parameter List API). This was made for C/C++ developers who dont like the way va works, due to the simplicity of this library.

Usage:
Gets parameters with out them being defined, this can be used for things like rpc's
Example:
    
PARAM_LIST a = GetParams(3,10000,3000,"ayyy");
int b;
char* c;
PLIST_GetData(a,int,b,1);//grabs the second param (3000) and stores it in b
PLIST_GetData(a,char*,c,2);//grabs the third param ("ayyy") and stores it in c

Downloads:
Library: You must login or register to view this content.
Example Prj.: You must login or register to view this content.
virus scan: You must login or register to view this content.
Notes:
only works with x86 atm

The following 5 users say thank you to milky4444 for this useful post:

Mango_Knife, NickBeHaxing, John, Laser, Winter
09-22-2015, 12:22 AM #2
Winter
Purple God
You could just use templates to recreate this for anything that supports C++ 11
09-22-2015, 12:41 AM #3
Originally posted by Winter View Post
You could just use templates to recreate this for anything that supports C++ 11


yh templates would work to but this can be used for other things other than rpc :P
09-23-2015, 03:31 PM #4
Sabotage
Gaming Squad
who doesn't like the way that va works.... milky and his weird shit.... fgt

The following user thanked Sabotage for this useful post:

Mango_Knife

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo