Hey all
Not sure if this has been answered already but just wanted to check. Main reason for asking the question below is simply put. Im fed up of insims and changing items and then all of a sudden the insim does not work.
I have got python + pyinsim. in the hope that just maybe it would take all of the code from the LFSLapper and show a sample. Also hoping that say you wanted to change a button you could so and it would auto input the code of text. Much like when you build a website these days and you place items or set up functions all the code is done for you .
Is there any programs that can do this.
So lets say i put LFSLapper into the said program. It will show a sample. Then i can lets say edit functions like the look of the welcome message and it will put the code in ???
Or do i need to sit down and learn all the insim codes and how to input code ???
Because tbh this
#################################################
#Connect messages when a player joins the server#
#################################################
Event OnConnect( $userName ) # Player event
$NickName = GetCurrentPlayerVar("NickName");
$Posabs = GetCurrentPlayerVar("PosAbs");
$Groupqual = GetCurrentPlayerVar("GroupQual");
openPrivButton( "welc",25,50,150,15,12,-1,ISB_NONE, langEngine("%{main_welc1}%", $NickName ) );
openPrivButton( "pos",25,80,150,10,8,-1,ISB_NONE,langEngine("%{main_welc2}%",$Posabs,$Posqual,$Groupqual ) );
openPrivButton( "clos",78,120,20,10,10,-1,ISB_DARK,langEngine("%{main_accept}%"),OnConnectClose );
openPrivButton( "ref",103,120,20,10,10,-1,ISB_DARK,langEngine("%{main_deny}%"),OnConnectCloseKick );
http("http://www.frh-team.net/reglapper/getserver2.php" );
EndEvent
Above makes no F-ing sense to me.
im ok with most of the stuff but that above is just jiberish
Not sure if this has been answered already but just wanted to check. Main reason for asking the question below is simply put. Im fed up of insims and changing items and then all of a sudden the insim does not work.
I have got python + pyinsim. in the hope that just maybe it would take all of the code from the LFSLapper and show a sample. Also hoping that say you wanted to change a button you could so and it would auto input the code of text. Much like when you build a website these days and you place items or set up functions all the code is done for you .
Is there any programs that can do this.
So lets say i put LFSLapper into the said program. It will show a sample. Then i can lets say edit functions like the look of the welcome message and it will put the code in ???
Or do i need to sit down and learn all the insim codes and how to input code ???
Because tbh this
#################################################
#Connect messages when a player joins the server#
#################################################
Event OnConnect( $userName ) # Player event
$NickName = GetCurrentPlayerVar("NickName");
$Posabs = GetCurrentPlayerVar("PosAbs");
$Groupqual = GetCurrentPlayerVar("GroupQual");
openPrivButton( "welc",25,50,150,15,12,-1,ISB_NONE, langEngine("%{main_welc1}%", $NickName ) );
openPrivButton( "pos",25,80,150,10,8,-1,ISB_NONE,langEngine("%{main_welc2}%",$Posabs,$Posqual,$Groupqual ) );
openPrivButton( "clos",78,120,20,10,10,-1,ISB_DARK,langEngine("%{main_accept}%"),OnConnectClose );
openPrivButton( "ref",103,120,20,10,10,-1,ISB_DARK,langEngine("%{main_deny}%"),OnConnectCloseKick );
http("http://www.frh-team.net/reglapper/getserver2.php" );
EndEvent
Above makes no F-ing sense to me.
im ok with most of the stuff but that above is just jiberish