Blockland Forums > General Discussion
Red_Guy's City RP[G]
Gordo12699:
If they were not wanted before, it will not display their name on the wanted list.
Ipquarx:
If you need someone to help with scripting, I'm always up for a challenge.
Lugnut:
What's the function for getting the wanted list?
Via police brick?
Unzip the entire mod into a directory then search for the police brick.
Find the function that gets the wanted list
Find where said function is defined
Check for variables set (%client.iswanted, for example)
Set said variables when /grantdemerits is called.
Ipquarx:
--- Quote from: Lugnut1206 on May 12, 2012, 10:23:17 PM ---What's the function for getting the wanted list?
Via police brick?
Unzip the entire mod into a directory then search for the police brick.
Find the function that gets the wanted list
Find where said function is defined
Check for variables set (%client.iswanted, for example)
Set said variables when /grantdemerits is called.
--- End quote ---
Or look in the damage function..?
Lugnut:
Yeah, you could go at it from that angle too.