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.

1. hoe krijg je bijv zon plaats in begin als je binnen komt waar bijv de popertjes waar je uit kunt kiezen staan

en dan bedoel ik zoiets als dit

beginsaeu1.th.jpg

2 hoe krijg je als je inlogd zon tekst met bijv welkom player id

3. en hoe krijg je dat als je gewoon inlogd en dan bijv welkom op deze server

dit is geeen dm server

Featured Replies

1. Dat doe je bij OnPlayerRequestClass

Je moet zelf de positie van de speler en de camera instellen.

2.

new string[128];
new PName[MAX_PLAYER_NAME];
GetPlayerName(playerid, PName, sizeof(PName));
format(string, sizeof(string), "Welkom %s (ID: %d)", PName, playerid);
SendClientMessage(playerid, 0x00FF00AA, string);

dit zet je dan bij je /login commando ofzo.

3.

SendClientMessage(playerid, kleur, "welkom op deze server dit is geen dm server!");

over die tekst in beeld waar je me pm over stuurde:

Zet dit ook bij OnPlayerRequestClass

swich(class)
{
case 0: { GameTextForPlayer(playerid, tekst, 10000, 3); } // Eerste Skin
case 1: { GameTextForPlayer(playerid, tekst, 10000, 3); } // Tweede Skin
case 2..8: { GameTextForPlayer(playerid, tekst, 10000, 3); } // 3e t/m 9e skin
case 9: { GameTextForPlayer(playerid, tekst, 10000, 3); } // 10e Skin
}

Dit was uiteraard een voorbeeldje.

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.