SA-MP Forums Archive
LuxAdmin Jail - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: LuxAdmin Jail (/showthread.php?tid=235960)



LuxAdmin Jail [solved] - BurgessGaming - 06.03.2011

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


Re: LuxAdmin Jail - Mean - 06.03.2011

Change the SetPlayerPos( ... ) in the command.


AW: LuxAdmin Jail - xerox8521 - 06.03.2011

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


Respuesta: LuxAdmin Jail - Alex_Obando - 06.03.2011

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


AW: Respuesta: LuxAdmin Jail - xerox8521 - 06.03.2011

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 ?