View Single Post
alexwilliamw28
Junior Member
Join Date: May 2018
Old 05-07-2018 , 07:37   Re: Everyone please help me
Reply With Quote #7

Quote:
Originally Posted by Markiez View Post
If I get this right, it should look something like this? I guess, havin hard time understanding actually wat u mean.

Code:
#include <sourcemod>

#pragma semicolon 1

public Action:OnClientSayCommand(client)
{
    decl String:text[99];
    GetCmdArgString(text, sizeof(text));
    
    if (StrContains(text, "@"))
    {
    	//do smth here
    }
}
It's Complete code or not ? Sir tell me

Sir when i am trying to compile it. Its give me error of "sourcemod" what i do ?

sir can we add some lines in it like

only simple admin will get kick not immunity ones what you say sir ?

can you add this type of line ? in it

Last edited by alexwilliamw28; 05-07-2018 at 07:41.
alexwilliamw28 is offline