I hereby claim:
- I am alvinl on github.
- I am alvinl (https://keybase.io/alvinl) on keybase.
- I have a public key whose fingerprint is 02D5 40D6 834D 3A2C BC13 452D 7026 FA5E 5B4B 2B73
To claim this, I am signing this object:
| *HUD | |
| -HP | |
| -Armor | |
| -Wallet | |
| -Job | |
| -Salary | |
| -Ammo(on the right side corner) | |
| -Session time(how long he played on the server and total playing time.) | |
| -Plays name above theyr name and theyr rank( like donater or admin super admin) | |
| -session time(like SmurfRP at the healthbar etc) |
| function GetCurrencyCode( currencyId ) | |
| { | |
| switch( currencyId ) | |
| { | |
| case 1: | |
| return 'USD'; | |
| case 2: | |
| return 'GBP'; | |
| case 3: | |
| return 'EUR'; |
I hereby claim:
To claim this, I am signing this object:
| var req = { | |
| method: 'POST', | |
| url: 'http://104.243.42.114:3000/auth/register', | |
| data: { | |
| email: '[email protected]', | |
| password: 'somePassword' | |
| }, | |
| } | |
| $http.post('http://104.243.42.114:3000/auth/register', req.data) | |
| .success(function (data, status, headers, config) { |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |