LuxAdmin Jail
#1

Yo,

So i recently installed LuxAdmin to my script and was wondering how i can change the coordinates for the jail that the players get sent to ?

I looked on the script and searched jail but nothing said anything about coordinates :S?

please help
Reply
#2

Change the SetPlayerPos( ... ) in the command.
Reply
#3

pawn Код:
public JailPlayer(player1)
{
    TogglePlayerControllable(player1,true);

    SetPlayerPos(player1,197.6661,173.8179,1003.0234);

    SetPlayerInterior(player1,3);
    SetCameraBehindPlayer(player1);
    JailTimer[player1] = SetTimerEx("UnjailPlayer",AccInfo[player1][JailTime],0,"d",player1);
    AccInfo[player1][Jailed] = 1;
}
Search for JailPlayer and then you can change the jail Position
Reply
#4

You cant because it'll send you 1 error (Not found the LuxAdmin's File)
Reply
#5

Quote:
Originally Posted by Alex_Obando
Посмотреть сообщение
You cant because it'll send you 1 error (Not found the LuxAdmin's File)
What file is not found ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)