Skip 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.

bank script

Ik ben op zoek naar een bank script wat ik zo in mijn gamemode kan zetten

ik weet dat er filterscripten zijn maar ik heb het liever in mijn eigen gamemode

ik heb all eens geprobeerd bank commands uit ander script te halen zonder suc6

ik kreeg alle maal errors

dit is de ingang command voor de palorima creek bank dat heb ik all zelf gemaakt ik heb al een /deposit /withdraw /balance te hebben.

Ik hoop dat iemand zo'n script voor mij heeft.

if(strcmp(cmdtext, "/enter", true) == 0)
{
if (PlayerToPoint(3.0, playerid,1208.5410,-1751.6229,13.5934))
{
SetPlayerPos(playerid,2304.6416,-16.4506,26.5313);
GameTextForPlayer(playerid, "~w~Welcome to the Santos Bank!~n~~w~Type /exit to get out", 5000, 1);
SetPlayerInterior(playerid, 0);
}
return 1;
}
if(strcmp(cmdtext, "/exit", true) == 0)
{
if (PlayerToPoint(3.0, playerid,2305.688964,-16.088100,26.749599))
{
SetPlayerPos(playerid,1208.5410,-1751.6229,13.5934);
SetPlayerInterior(playerid, 0);
}
return 1;
}

Featured Replies

  • Author

ik heb ze daar wel gevonden maar er staan geen new ........; bij

waardoor ik tientallen errors krijg

Hmm, je moet dan gewoon de dingen aanmaken, dat is toch niet zo moeilijk? Er staat iets als:

Error: *** : This simbol is not indentifided, "simbool". Het gaat om het idee, dan maak je new simbool; aan.

Dan moet het je lukken, post je script anders, of pb me, dan maak ik alle news aan ;)

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.

Account

Navigation

Search

Search

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.