Quick Question
#2

PHP код:
public OnPlayerConnect(playerid)
{
    if(
strfind(GetName(playerid), "[NGA]") != -1)
    {
     
// your msg and the thing u want to do for example kick(playerid);
    
}
    return 
1;
}
GetName(playerid)
{
 new 
pnameid[24];
 
GetPlayerName(playerid,pnameid,24);
 return 
pnameid;

Reply


Messages In This Thread
Quick Question - by Thoma - 15.09.2015, 11:38
Re: Quick Question - by HydraHumza - 15.09.2015, 11:49
Re: Quick Question - by xVIP3Rx - 15.09.2015, 11:57
Re: Quick Question - by Thoma - 15.09.2015, 11:59

Forum Jump:


Users browsing this thread: 1 Guest(s)