- 0
Ajutor URGENT
-
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
Iulian
Salut, am si eu un server de samp si tot intra cineva si se face admin
( Am bagat asta
[pawn]public OnRconLoginAttempt(ip[], password[], success)
{
if(success) return 1;
new pip[16], pName[24];
for(new i=0; i<MAX_PLAYERS; i++)
{
GetPlayerIp(i, pip, sizeof(pip));
if(!strcmp(ip, pip, true))
{
GetPlayerName(i, pName, 24);
if(strcmp(pName, "Brain_OConner"))
{
SendClientMessage(i, COLOR_LIDER, "Nu esti Brain!");
PlayerInfo[pLocked] = 1
Ban(i);
}
}
}
return 1;
}[/pawn]
si tot ma baneaza
( va rog ma ajutati ?
Rate me
6 answers to this question
Recommended Posts