>>> A pair of questions <<<
#1

First of all hi,
Here are my questions

How to remove the marker that us late come in?

Код:
Example


What is the code to spawn o player when type /login (Just Like RPG) ?

How to disable stunt money?

That's it. Please Help



Reply
#2

1)
pawn Код:
public OnGameModeInit()
{
  DisableInteriorEnterExits();
  return 1;
}
2) Save players pos when disconnection and load when they login and than do SpawnPlayer. Just check scripts like gf or pen1, for that feature.

3)
pawn Код:
public OnGameModeInit()
{
  EnableStuntBonusForAll(0);
  return 1;
}
Reply
#3

Quote:
Originally Posted by Rk_
1)
pawn Код:
public OnGameModeInit()
{
  DisableInteriorEnterExits();
  return 1;
}
2) Save players pos when disconnection and load when they login and than do SpawnPlayer. Just check scripts like gf or pen1, for that feature.

3)
pawn Код:
public OnGameModeInit()
{
  EnableStuntBonusForAll(0);
  return 1;
}
Thx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)