Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/15/20 in Posts

  1. Das ding is schon durch . hab das mal über tv gemacht , wenn mann die datenbank nicht aufspielt kanns nich gehen und zum thema . "Oh man, wenn dann doch BITTE so:" mir is das schon klar, und das sollte auch jeden anderen klar sein der versucht das ucs in mit seinem server script funktionstüchtig zu machen.
    1 point
  2. const giveplayer = findRageMpPlayer(nameOrID); function findRageMpPlayer(playerNameOrPlayerId) { if (playerNameOrPlayerId == parseInt(playerNameOrPlayerId)) { return mp.players.at(playerNameOrPlayerId); } else { let foundPlayer = null; mp.players.forEach((rageMpPlayer) => { if (rageMpPlayer.name.toLowerCase().startsWith(playerNameOrPlayerId.toLowerCase())) { foundPlayer = rageMpPlayer; return; } }); return foundPlayer; } }
    1 point
  3. If you need js scripter for your project (for a fee) - contact me
    1 point
×
×
  • Create New...