PDA

View Full Version : SRL defualt Forms?



wtf i sp4nk
12-18-2006, 11:12 PM
Well i relize thiers an include which is {.include SRL\SRL\misc\PlayerForm.scar} and i would realy like to add it to my script for player managing purposes but i dont get what i would put in main loop,and if i would need to make a procedure :duh:
~Thnx to all that help

Yakman
12-18-2006, 11:24 PM
the procedure is SetupPlayers

however, i dont want to be promoting my own work only, but what the hell

playerform can only get options of skill and location
my User Manager can do Every option, even boolean1, string1, the whole lot

also if you do
FormColor := 255;
it will make the background red, (replace 255 with any SCAR color)

User Manager is already included into SRL, you dont need to include anything else

the procedure for it is 'StartPlayers(true,'');'

the string is the options, if you do 'StartPlayers(True,'boolean1');' you get boolean1 in the form, it works will all options (they are seperated by spaces)

note: when marasquerader sees this, he will kill me :\