25.05.2014, 23:54
hello
i need help , i have problem , when i join server i get banned
* i join in Server and i write Password the Register , and after i click on what sex [Male] [Girl] , and after i click on male i get this Flood , and i get banned
Screen :
Server Log
Code in Pawn :
complete to code [code]
and in :
i need help , i have problem , when i join server i get banned
* i join in Server and i write Password the Register , and after i click on what sex [Male] [Girl] , and after i click on male i get this Flood , and i get banned
Screen :
Server Log
Код:
[23:45:29] Incoming connection: 41.250.105.148:1979 [23:45:29] [join] ImeX has joined the server (0:41.250.105.148) [23:45:41] create account MySQLCreateAccount(..)01 [23:45:41] create account MySQLCreateAccount(..)02 [23:45:45] Fuck_You has logged in. [23:45:45] RPGON [23:45:48] Warning: client exceeded 'ackslimit' 41.250.105.148:1979 (4170) Limit: 3000/sec [23:45:58] [part] ImeX has left the server (0:0) [23:46:55] Incoming connection: 197.153.136.213:2347 [23:47:06] Incoming connection: 197.153.136.213:2351 [23:47:07] [join] Test_Server has joined the server (0:197.153.136.213) [23:47:32] create account MySQLCreateAccount(..)01 [23:47:32] create account MySQLCreateAccount(..)02 [23:47:39] testserver has logged in. [23:47:39] RPGON [23:47:41] Warning: client exceeded 'ackslimit' 197.153.136.213:2351 (3678) Limit: 3000/sec [23:47:51] [part] Test_Server has left the server (0:0) [23:49:02] save car [23:49:02] save car [23:49:02] save car [23:49:02] save car [23:49:02] save car [23:49:02] save car [23:54:06] save car [23:54:06] save car [23:54:06] save car [23:54:06] save car [23:54:06] save car [23:54:06] save car [23:59:11] save car [23:59:11] save car [23:59:11] save car [23:59:11] save car [23:59:11] save car [23:59:11] save car [00:00:01] The weather is changed. [00:00:01] [00:04:16] save car [00:04:16] save car [00:04:16] save car [00:04:16] save car [00:04:16] save car [00:04:16] save car
Код:
Please fill in some information to proceed.
pawn Код:
if(PlayerData[playerid][pFMember] == 255)
{
SetPlayerToTeamColor(playerid);
if(PlayerData[playerid][pOrigin] == 1 || PlayerData[playerid][pMember] == 0 )//Los Santos AP
{
SetPlayerPos(playerid, 1642.3352,-2240.9292,13.4945);
SetPlayerFacingAngle(playerid, 90.1322);
PlayerData[playerid][pInt] = 0;
SetPlayerInterior(playerid,0);
}
if(pSpawn[playerid] == 1 )
{
SetPlayerPos(playerid, 2.384830,33.103397,1199.849976);
SetPlayerInterior(playerid,1);
PlayerData[playerid][pInt] = 1;
pSpawn[playerid] = 1;
SetPlayerVirtualWorld(playerid, 0);
SendClientMessage(playerid, COLOR_WHITE, "Pilot: In 5 Secunde Ajungem in Los Santos");
SetTimerEx("SpawnCivil",5000,0,"d", playerid);
}
}
if(PlayerData[playerid][pGun1] != 0 && PlayerData[playerid][pAmmo1] != 0)
{
GivePlayerWeapon(playerid, PlayerData[playerid][pGun1], PlayerData[playerid][pAmmo1]);
}
if(PlayerData[playerid][pGun2] != 0 && PlayerData[playerid][pAmmo2] != 0)
{
GivePlayerWeapon(playerid, PlayerData[playerid][pGun2], PlayerData[playerid][pAmmo2]);
}
if(PlayerData[playerid][pGun3] != 0 && PlayerData[playerid][pAmmo3] != 0)
{
GivePlayerWeapon(playerid, PlayerData[playerid][pGun3], PlayerData[playerid][pAmmo3]);
}
if(PlayerData[playerid][pGun4] != 0 && PlayerData[playerid][pAmmo4] != 0)
{
GivePlayerWeapon(playerid, PlayerData[playerid][pGun4], PlayerData[playerid][pAmmo4]);
}
if(PlayerData[playerid][pGun5] != 0 && PlayerData[playerid][pAmmo5] != 0)
{
GivePlayerWeapon(playerid, PlayerData[playerid][pGun5], PlayerData[playerid][pAmmo5]);
}
if(PlayerData[playerid][pGun6] != 0 && PlayerData[playerid][pAmmo6] != 0)
{
GivePlayerWeapon(playerid, PlayerData[playerid][pGun6], PlayerData[playerid][pAmmo6]);
}
}
return 1;
}
Код:
Please fill in some information to proceed.
pawn Код:
PlayGaming constructtimer(playerid)
{
constructtime[playerid] = 0;
}
PlayGaming SpawnCivil(playerid)
{
SetPlayerPos(playerid, 1767.5726,-2477.4236,16.5328);
SetPlayerFacingAngle(playerid, 90.1322);
PlayerData[playerid][pInt] = 0;
SetPlayerInterior(playerid,0);
pSpawn[playerid] = 0;
ApplyAnimation(playerid,"PED","woman_run",4.1,1,1,1,1,5,1);
}
PlayGaming Help(playerid)
{
hTime[playerid] = 0;
}
PlayGaming RemovePlayerWeapon(playerid, weaponid)
{
new plyWeapons[12] = 0;
new plyAmmo[12] = 0;
for(new slot = 0; slot != 12; slot++)
{
new wep, ammo;
GetPlayerWeaponData(playerid, slot, wep, ammo);
if(wep != weaponid && ammo != 0)
{
GetPlayerWeaponData(playerid, slot, plyWeapons[slot], plyAmmo[slot]);
}
}
Код:
Please fill in some information to proceed.
pawn Код:
PlayGaming SetPlayerSpawn(playerid)
{
if(IsPlayerConnected(playerid))
{
afkto[playerid] = 0;
if(wars[playerid]>0)
{
wars[playerid] = 0;
}
if(JoinedGunGame[playerid] > 0)
{
JoinedGunGame[playerid] = 0;
SetPlayerSkin(playerid, PlayerData[playerid][pChar]);
ResetPlayerWeapons(playerid);
}
if(PlayerData[playerid][pTut] == 0)
{
gOoc[playerid] = 1; gNews[playerid] = 1; gFam[playerid] = 1;
TogglePlayerControllable(playerid, 0);
RegistrationStep[playerid] = 1;
SendClientMessage(playerid,COLOR_YELLOW,"Please fill in some information to proceed.");
ShowPlayerDialog(playerid,100,DIALOG_STYLE_LIST,"Character Gender","Male\r\nFemale","Select", "");
SetTimerEx("OprestePlayer", 2000, false, "i", playerid);
}
new rand;
new house = PlayerData[playerid][pPhousekey];
if(PlayerPaintballing[playerid] != 0)
{
ResetPlayerWeapons(playerid);
GivePlayerWeapon(playerid, 29, 999);
rand = random(sizeof(PaintballSpawns));
SetPlayerPos(playerid, PaintballSpawns[rand][0], PaintballSpawns[rand][1], PaintballSpawns[rand][2]);
return 1;