20.11.2013, 14:11
Quote:
That will make this include's name fulfill it's name! Awesome =)
|
pawn Код:
public OnFloodDetected(playerid, ip[], type)
{
switch( type )
{
case FLOOD_TYPE_CONNECT:
{
...
}
case FLOOD_TYPE_CHAT:
{
...
}
case FLOOD_TYPE_BLABLA:
{
...
}
}
return true;
}