- 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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now