Obrigado a todos, se tiver mais algum, ъtil que vocкs souberem que funciona, ficarei feliz
Obs: Alguem sabe me dizer porque nгo estб dando ban ?! Esta dando somente kick:
PHP код:
if(GetPVarInt(playerid, "ClickMap") > gettime())
if(!IsPlayerInRangeOfPoint(playerid, 10.0, GetPVarFloat(playerid, "PX"), GetPVarFloat(playerid, "PY"), GetPVarFloat(playerid, "PZ")))
return BanEx(playerid, "Teleport");
new Float:Pos[3]; GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
SetPVarFloat(playerid, "PX", Pos[0]); SetPVarFloat(playerid, "PY", Pos[1]); SetPVarFloat(playerid, "PZ", Pos[2]);
return 1;
}
Eu queria muito adaptar para isto, porйm estб kickando apos fazer o login, ou estб dando flood me mensagem apos logar, mais nгo estou conseguindo fazer banir uma pessoa...
PHP код:
format( gstring, sizeof( gstring ),"{37CA3A}[ BPO ] CASTIEL:{FFFFFF} baniu o jogador(a) %s - {F90C14}MOTIVO:{FFFFFF} Teleporte !", PlayerName( playerid ));
SendClientMessageToAll( COLOR_BRANCO, gstring );
dini_IntSet( gFile, "Banido", 1 );
return Ban( playerid ), 1;