26.02.2018, 02:35
I only have one FS but only with maps
He ejects me when the server gives me weapons
PHP код:
public OnPlayerWeaponsHack(playerid, weaponid, ammo, type)
{
if(Server[WEAPONHACK] ==1) {
if(type == 1) {
format(StringGlobal, sizeof(StringGlobal), "%s[%i] fue expulsado Razon: [ Weapon Hack: #%d Arma: %d]", NombreJugador(playerid),playerid, type,weaponid);
SendClientMessageToAll(0xFFAC59FF, StringGlobal);
Kick(playerid);
}
}
return 1;
}