Jump to content
View in the app

A better way to browse. Learn more.

GTAGames.nl - De Nederlandse Grand Theft Auto Community!

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Standaard command blokeeren

Hallo,

Ik heb een klein en irritant probleempje sommige spelers jatter cordinaaten op bepaalde plekken en voertuigen met de commands /save.

Is het mogelijk om die command te blokeeren?

BVD

Featured Replies

Hallo,

Ik heb een klein en irritant probleempje sommige spelers jatter cordinaaten op bepaalde plekken en voertuigen met de commands /save.

Is het mogelijk om die command te blokeeren?

BVD

Uhmm volgende mij is dat niet echt mogelijk,, Tja maak niet uit eigelijk , als jij een NRG-500 voor piratenschip heb en ik ook.. kan ej niet zeggen dat ik je na-aap doet iedereen... dus denk niet dat mogelijk is!

Volgens mij zit dit command hardcoded in alle servers, enorm moeilijk te kraken dus.

Een oplossing voor jou probleem, bij elke server zit ook standaard de optie '/rcon kick [id] [reason]' en het command '/rcon ban [id] [reason]'. Als je dit doet, kunnen ze ook niet verder alles wegnemen.

Succes. :)

Volgens mij kan je wel via de OnPlayerCommand callback wel het een en ander returnen door 0 te returnen als het command /save wordt aangeroepen dus:

if(strcmp(cmdtext, "/save", true) == 0)
{
 SendClientMessageToAll(0xDEEE20FF, "Command /save isn't allowed!"); // Delete deze regel als je de tekst niet wil zien
 return 0;
}

Ik heb het niet getest maar ik neem aan dat dit toch wel zou kunnen werken. :Y

Edit: Ow :$

Edited by Argon

Dat werkt niet aangezien /save hardcoded is, dus niet mogelijk omdat uit te schakelen dmv scripting.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.