Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kerkkoh/8ee391b546ec4b41a3b6a5b29c51b02d to your computer and use it in GitHub Desktop.
Save kerkkoh/8ee391b546ec4b41a3b6a5b29c51b02d to your computer and use it in GitHub Desktop.
class RPF_licensesModule {
licenses[] = {
{ "Drivers License", "<t color='#ffffff'>%1<br />Permit to operate motor vehicles</t>" },
{ "Weapon Permit", "<t color='#ffffff'>%1<br />Permit to carry a concealed weapon</t>" },
{ "Ass Eating license", "<t color='#ffffff'>%1<br />Permit to eat ass</t>" },
{ "Prostitution License", "<t color='#ffffff'>%1<br />Permit to sell one's ass</t>" },
{ "Idiot license", "<t color='#ffffff'>%1<br />Permit to be an idiot</t>" }
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment