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.

Yellow Marker

hallo allemaal,

Ik heb altijd nog een probleem met me YELLOW Marker op mijn samp server.

Even voor de duidelijkheid ik wil graag geen posts meteen link naar een tuturiol want daar snap ik geen reet van:S

Als ik een melding krijg van car Export in de chat menu (inageme) Ziet het er heel gewoon uit!

Maar zodra ik dan kijk op de radar waar de car export is. dan zie ik geen YELLOW MARKER ! :O

Bij sommigene doet die het wel. ik vind dit heel raar dus als iemand mij kan helpen!

hier me script

    	    if(GetPlayerVehicleID(playerid) == SearchedVehicle)
		{
            format(string, sizeof(string), "~y~Congratulations!~n~~w~You finished your mission~n~~g~Reward: $%d,-", RandomCarMissionMoney);
            GameTextForPlayer(playerid, string, 5000, 4);
            PlaySoundForPlayer(playerid, 1139);
            GivePlayerMoney(playerid, RandomCarMissionMoney);
            format(string, sizeof(string), "%s Has delivered the %s and earned $%d,-!", PlayerName[playerid], VehicleName[GetVehicleModel(SearchedVehicle)-400], RandomCarMissionMoney);
            SendClientMessageToAll(COLOR_YELLOW, string);
            MissionActive ++;
            ResetMissions();
            SendPlayerMissionFinished(playerid, 2, RandomCarMissionMoney);
		}
	}
	return 1;
}
return 1;
}

public OnPlayerLeaveCheckpoint(playerid)
{   if(pdebug == 1){printf("[DEBUG] OnPlayerLeaveCheckpoint(%d)", playerid);}
   return 1;
}

public SendPlayerMissionFinished(playerid, kind, price)
{   if(pdebug == 1){printf("[DEBUG] SendPlayerMissionFinished(%d, %d, %d)", playerid, kind, price);}

new string[128];
if(kind == 1)
{
   	SendClientMessage(playerid, COLOR_BLUE, "_______< Mission: Cashbox >________");
   }
   if(kind == 2)
{
    SendClientMessage(playerid, COLOR_BLUE, "_______< Mission: Car Export >________");
}
GivePlayerOneExp(playerid);
SendClientMessage(playerid, COLOR_GREY, "  Exp: +1");
format(string, sizeof(string), "  Money: +$%d,-", price);
SendClientMessage(playerid, COLOR_GREY, string);
SendClientMessage(playerid, COLOR_WHITE, "|--------------------------------------------------|");
format(string, sizeof(string), "  New Level: %d, New Exp: %d", PlayerInfo[playerid][pLevel], PlayerInfo[playerid][pExp]);
SendClientMessage(playerid, COLOR_GREY, string);
format(string, sizeof(string), "  New Money: $%d,-", GetPlayerMoney(playerid));
SendClientMessage(playerid, COLOR_GREY, string);
   SendClientMessage(playerid, COLOR_BLUE, "________________________________");
   SetPlayerCrime(playerid, "doing illegal mission(s).", true, true);
   return 1;
}

public GivePlayerOneExp(playerid)
{   if(pdebug == 1){printf("[DEBUG] GivePlayerOneExp(%d)", playerid);}

PlayerInfo[playerid][pExp] ++;
if(PlayerInfo[playerid][pExp] >= PlayerInfo[playerid][pLevel])
{
		PlayerInfo[playerid][pExp] = 0;
  		PlayerInfo[playerid][pLevel] ++;
}
return 1;

Kan iemand mij helpen met een goeie uitglech? of iets anders!

Alsjeblieft ik ben van alles in staat om dit te doen maar het lukt me gewoon niet :S En als ik een ander car iets instaleer op me server krijg ik altijd nog die message! en het houd maar niet op :S

mvg: mkb122

Featured Replies

No posts to show

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.