Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
Hello, prompt once again =)
I write the AutoBan script for my server.
I can not understand what command to ban the player has connected
ban + name does not work, after the client connection to the console server is written there is no such command
player.Call(" ? ");
"ban " + banlist[numline] - not work
----cut----
if (player.GetField("name") == banlist[numline])
{
player.Call(" ? ");
}
----cut----