hi, im asking a question how IS_PLC functions?
because i'm creating a race insim in my server using .net C# LFS_External modified source by DarkTimes and added PLC Packet
i tried to create a string for allowed cars list for ex
but seems it doesn't work
any help?
because i'm creating a race insim in my server using .net C# LFS_External modified source by DarkTimes and added PLC Packet
i tried to create a string for allowed cars list for ex
<?php
vars Conn = Connection[GetConnIDX(PLC.UCID)];
if (Conn.CarsList.contains("XRG"))
{
PLC.Cars = 2;
}
?>
any help?