Players dont appear on radar
#1

HELP PLAYERS DONT APPEAR ON MAP WHAT SHOULD I DO ??


public OnGameModeInit()
{
SetGameModeText("Testing");
UsePlayerPedAnims();
{
ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
}
Reply
#2

Someone help mee
Reply
#3

Re post your code in pawn tags.
Also, don't bump before 24 hours.
Reply
#4

Here

Quote:

public OnGameModeInit()
{
SetGameModeText("GMM V4.6");
UsePlayerPedAnims();
{
ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
}

Reply
#5

Pawn tags, not quote..

Why do you have { under UsePlayerPedAnims?
Reply
#6

i saw a post also i tried without quotes did not work
Reply
#7

Make sure you are not setting the players color in OnPlayerConnect
Reply
#8

Quote:
Originally Posted by Blademaster680
Посмотреть сообщение
Make sure you are not setting the players color in OnPlayerConnect
Yes i did what should i do
Reply
#9

Wait i checked i didint set color in OnPlayerConnect
Reply
#10

What color do you give the players? Make sure it has the correct alpha level (not invisible).
Reply
#11

ok ty i will try
Reply
#12

Didint work anyone ?
Reply
#13

Open your Gamemode with pawno.exe and Find this in your gamemode
ShowPlayerMarkers
then if it is like this ShowPlayerMarkers(2); or ShowPlayerMarkers(0); then change it to ShowPlayerMarkers(1);
now compile it now every players will show at the radar
Reply
#14

I fixed color transparency but players now show only in map triangle not futher if you know what i mean
Reply
#15

someone help me radar works only when player in near
Reply
#16

Please stop double posting, like stinged already told you.

Try this function
https://sampwiki.blast.hk/wiki/LimitPlayerMarkerRadius
Reply
#17

That didint work to anyone else
Reply
#18

Im noob at scripting but did you try SetPlayerMarker if team 1 or 2 idk
Reply
#19

pawn Код:
public OnGameModeInit()
{
    SetGameModeText("Testing");
    UsePlayerPedAnims();
    ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
    return 1;
}
Why did you have an extra {?
Reply
#20

I thought might work but did not
Reply


Forum Jump:


Users browsing this thread: 11 Guest(s)