Help[Include]GameModeLocked
#1

Please give and me GameModeLocked.inc! Please give and me.
Reply
#2

please describe it more? What do you mean by gamemode lock? Do you mean encrypting data or locking server?
Reply
#3

Quote:
Originally Posted by Medal Of Honor team
Посмотреть сообщение
please describe it more? What do you mean by gamemode lock? Do you mean encrypting data or locking server?
The gamemode not function never #include <GameModeLocked>
Reply
#4

Do u want a snippet to kick the players that connect?

pawn Код:
new Locked;
stock LockServer()
{
  Locked = true;
  return 1;
}
stock UnlockServer()
{
  Locked = false;
  return 1;
}

public OnPlayerConnect(playerid)
{
  if(Locked) Kick(playerid);
  return 1;
}
Reply
#5

Quote:
Originally Posted by [GF]Sasino97
Посмотреть сообщение
Do u want a snippet to kick the players that connect?

pawn Код:
new Locked;
stock LockServer()
{
  Locked = true;
  return 1;
}
stock UnlockServer()
{
  Locked = false;
  return 1;
}

public OnPlayerConnect(playerid)
{
  if(Locked) Kick(playerid);
  return 1;
}
NOOOOO. Geve me pawno include GameModeLocked
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)