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

create natives problem dont unterstand


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
alex2001
Member
Join Date: May 2019
Old 06-07-2019 , 06:14   create natives problem dont unterstand
Reply With Quote #1

someone can explain me how can i set some natives?
from https://wiki.alliedmods.net/Creating...eMod_Scripting) i dont unterstand..
alex2001 is offline
eyal282
Veteran Member
Join Date: Aug 2011
Old 06-07-2019 , 11:41   Re: create natives problem dont unterstand
Reply With Quote #2

IDK how to teach you but if you showed me what kind of native you wanted to create I'd make it for you hopefully that you'd learn from it.
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334
eyal282 is offline
alex2001
Member
Join Date: May 2019
Old 06-07-2019 , 12:19   Re: create natives problem dont unterstand
Reply With Quote #3

stock char Refferal_GetClientCode(int client) {
char query[200], cod[64], steamid2[64];
GetClientAuthId(client, AuthId_Steam2, steamid2, sizeof(steamid2));
Format(query, sizeof(query), "SELECT `code` FROM RefCod WHERE steamid = '%s'", steamid2);
DBResultSet queryH = SQL_Query(DB, query);
SQL_FetchString(queryH, 0, cod, sizeof(cod));
return cod;
}
alex2001 is offline
Reply



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 06:26.


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