Jump to content

unloadstring


CrosRoad95

Recommended Posts

example:

returnFromLoadString,Something=loadstring("a=1;b=2;c=function()end")()

iprint(a,b,c) -- print: 1,2,functionHandler

unloadstring(Something)

iprint(a,b,c) -- print: nil,nil,nil

 

Or add client-side startResource && stopResource ( example for disable admin feature for the selected player )

and event serverSide event like "onClientStopResource" & "onClientStartResource"

Edited by CrosRoad95
Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...