Thread: [Solved] First time creating natives
View Single Post
Cruze
Veteran Member
Join Date: May 2017
Old 04-01-2021 , 01:31   Re: First time creating natives
Reply With Quote #3

PHP Code:
public any Native_FlagHelper(Handle pluginint numParams)
{
    
int client GetNativeCell(1);
    
char flag[5];
        
GetNativeString(2flag5);
    return(
CheckCommandAccess(client""ReadFlagString(flag), true));

Rest seem correct to me
__________________
Taking paid private requests! Contact me
Cruze is offline