Problema en OnPlayerEnterVehicle
#1

Hola amigos del samp mi problema es en este cod public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
#if defined AntiRakSAMP 1
new Texto[256];
new Nombre[MAX_PLAYER_NAME];
new Menu[1024];
if(!IsPlayerConnected(playerid)) return 0;
if(!AutoPermitido(GetVehicleModel(vehicleid)))
{
DestroyVehicle(vehicleid);
Menu[0]='\0';
strcat(Menu, "{FFFFFF} Expulsado por posible intento de RakSA-MP. \n", 1024);
ShowPlayerDialog(playerid, 9046, DIALOG_STYLE_MSGBOX, " {FF0000}Advertencia - FireSecurity: ", Menu, "Aceptar", "Cerrar") ;
GetPlayerName(playerid, Nombre, sizeof(Nombre));
format(Texto, sizeof(Texto), "[<!>] %s ha sido expulsado por FireSecurity. Razуn: Posible intento de RakSA-MP.", Nombre);
SendClientMessageToAll(Gris, Texto);
Kick(playerid);
#endif
}
return 1;
}

me manda los 26 errores al ponerlo en mi GM aver si me pueden ayudar plz : =)
Reply
#2

errores :
Quote:

C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(1507) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(150 : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(1509) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(1510) : warning 219: local variable "angle" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(1736) : error 017: undefined symbol "DetectarIP"
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(1736) : error 017: undefined symbol "BanearBots"
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(1737) : error 017: undefined symbol "IDMayor"
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(2194) : error 017: undefined symbol "IDMayor"
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(2289) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(3150) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(5340) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(5340) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(5340) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(5740) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(8151) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(8155) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(8156) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(8157) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(8159) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(8163) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(8164) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(816 : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(8179) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(8183) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(8194) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(8199) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(8207) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(8215) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(12955) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(12955) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(12955) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(13250) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(13250) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(13250) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(13293) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(13293) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(13293) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(13637) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(13637) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(13637) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14152) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14152) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14152) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14342) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14436) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14436) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14436) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14617) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14617) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14617) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14635) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14635) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14635) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14652) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14652) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14652) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14662) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14662) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14662) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14682) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14682) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14682) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14699) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14699) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14699) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14722) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14722) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14722) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14961) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14961) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(14961) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(15230) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(1566 : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(15673) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(1567 : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(15683) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(15940) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(15940) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(15940) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(15956) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(15956) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(15956) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16122) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16122) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16122) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16227) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16227) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16227) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16242) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16242) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16242) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16271) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16271) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16271) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16342) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16342) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16342) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16753) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16753) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(16753) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17100) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17116) : error 017: undefined symbol "ArmaProhibida"
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17126) : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(1712 : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17136) : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17137) : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(1713 : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17140) : error 021: symbol already defined: "GetPlayerPos"
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17146) : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17150) : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17152) : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17154) : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17156) : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17160) : error 021: symbol already defined: "dini_Create"
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17161) : error 021: symbol already defined: "dini_IntSet"
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17162) : error 021: symbol already defined: "dini_IntSet"
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17171) : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17176) : error 054: unmatched closing brace ("}")
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17177) : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17179) : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17180) : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17192) : error 010: invalid function or declaration
C:\Documents and Settings\Administrador\Escritorio\extermino mundial\gamemodes\zde2.pwn(17194) : error 010: invalid function or declaration

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.

Reply
#3

EDIT: nose porque pero conteste a otro mensaje LOL
Reply
#4

Quote:
Originally Posted by eltata22
Посмотреть сообщение
Hola amigos del samp mi problema es en este cod public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
#if defined AntiRakSAMP 1
new Texto[256];
new Nombre[MAX_PLAYER_NAME];
new Menu[1024];
if(!IsPlayerConnected(playerid)) return 0;
if(!AutoPermitido(GetVehicleModel(vehicleid)))
{
DestroyVehicle(vehicleid);
Menu[0]='\0';
strcat(Menu, "{FFFFFF} Expulsado por posible intento de RakSA-MP. \n", 1024);
ShowPlayerDialog(playerid, 9046, DIALOG_STYLE_MSGBOX, " {FF0000}Advertencia - FireSecurity: ", Menu, "Aceptar", "Cerrar") ;
GetPlayerName(playerid, Nombre, sizeof(Nombre));
format(Texto, sizeof(Texto), "[<!>] %s ha sido expulsado por FireSecurity. Razуn: Posible intento de RakSA-MP.", Nombre);
SendClientMessageToAll(Gris, Texto);
Kick(playerid);
#endif
}
return 1;
}

me manda los 26 errores al ponerlo en mi GM aver si me pueden ayudar plz : =)
Yo lo tengo asi ojala te sirva

Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
#if defined AntiRakSAMP 1
new Texto[256];
new Nombre[MAX_PLAYER_NAME];
new Menu[1024];
if(!IsPlayerConnected(playerid)) return 0;
if(!AutoPermitido(GetVehicleModel(vehicleid)))
{
DestroyVehicle(vehicleid);
Menu[0]='\0';
strcat(Menu, "[INFO]{FFFFFF} .:: Expulsado por posible intento de RakSA-MP ::.  \n", 1024);
ShowPlayerDialog(playerid, 9046, DIALOG_STYLE_MSGBOX, " {FF0000}Advertencia - FireSecurity: ", Menu, "Aceptar", "Cerrar") ;
GetPlayerName(playerid, Nombre, sizeof(Nombre));
format(Texto, sizeof(Texto), "[INFO]{FFFFFF} .:: %s Ha sido baneado por FireSecurity. Razуn: Posible intento de RakSA-MP ::.", Nombre);
SendClientMessageToAll(0xFF0000FF, Texto);
BanEx(playerid, "[INFO]{FFFFFF} .:: Baneado por intento de RakSA-MP ::.");
#endif
}
return 1;
}
Reply
#5

Quote:
Originally Posted by Manuel_Franco
Посмотреть сообщение
Yo lo tengo asi ojala te sirva

Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
#if defined AntiRakSAMP 1
new Texto[256];
new Nombre[MAX_PLAYER_NAME];
new Menu[1024];
if(!IsPlayerConnected(playerid)) return 0;
if(!AutoPermitido(GetVehicleModel(vehicleid)))
{
DestroyVehicle(vehicleid);
Menu[0]='\0';
strcat(Menu, "[INFO]{FFFFFF} .:: Expulsado por posible intento de RakSA-MP ::.  \n", 1024);
ShowPlayerDialog(playerid, 9046, DIALOG_STYLE_MSGBOX, " {FF0000}Advertencia - FireSecurity: ", Menu, "Aceptar", "Cerrar") ;
GetPlayerName(playerid, Nombre, sizeof(Nombre));
format(Texto, sizeof(Texto), "[INFO]{FFFFFF} .:: %s Ha sido baneado por FireSecurity. Razуn: Posible intento de RakSA-MP ::.", Nombre);
SendClientMessageToAll(0xFF0000FF, Texto);
BanEx(playerid, "[INFO]{FFFFFF} .:: Baneado por intento de RakSA-MP ::.");
#endif
}
return 1;
}
no sabia que utilizar raksamo lo podнan hacer dentro de un vehнculo, pensй que el raksamp lo utilizaban desde afuera sin ni siquiera entrar al servidor.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)