- 0
problema server
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Raresbn12
Salut,am si eu o problema,am un gm si vreau sa bag boti,dar dupa ce bag 5,al 6-lea ia kick automat,ce as putea modifica? Eu am modificat urmatoarele,dar degeaba
PlayerTextDrawHide(playerid, caseTD[0]);
PlayerTextDrawHide(playerid, caseTD[1]);
PlayerTextDrawHide(playerid, caseTD[2]);
PlayerTextDrawHide(playerid, caseTD[3]);
PlayerTextDrawHide(playerid, caseTD[4]);
PlayerTextDrawHide(playerid, caseTD[5]);
PlayerTextDrawHide(playerid, caseTD[6]);
PlayerTextDrawHide(playerid, caseTD[7]);
new playerip[16];
GetPlayerIp(playerid,playerip,sizeof(playerip));
if(NumIp(playerip, playerid) >= 5 && !IsBotOnIP(playerip))
{
SendClientMessage(playerid, COLOR_LIGHTRED, "There are already 2 players connected with same IP.");
KickEx(playerid);
return 1;
}
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.