Players dont appear on radar -
Gogeta101 - 31.07.2014
HELP PLAYERS DONT APPEAR ON MAP WHAT SHOULD I DO ??
public OnGameModeInit()
{
SetGameModeText("Testing");
UsePlayerPedAnims();
{
ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
}
Re: Players dont appear on radar -
Gogeta101 - 31.07.2014
Someone help mee
Re: Players dont appear on radar -
Stinged - 31.07.2014
Re post your code in pawn tags.
Also, don't bump before 24 hours.
Re: Players dont appear on radar -
Gogeta101 - 31.07.2014
Here
Quote:
public OnGameModeInit()
{
SetGameModeText("GMM V4.6");
UsePlayerPedAnims();
{
ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
}
|
Re: Players dont appear on radar -
Stinged - 31.07.2014
Pawn tags, not quote..
Why do you have { under UsePlayerPedAnims?
Re: Players dont appear on radar -
Gogeta101 - 31.07.2014
i saw a post also i tried without quotes did not work
Re: Players dont appear on radar -
Blademaster680 - 31.07.2014
Make sure you are not setting the players color in OnPlayerConnect
Re: Players dont appear on radar -
Gogeta101 - 31.07.2014
Quote:
Originally Posted by Blademaster680
Make sure you are not setting the players color in OnPlayerConnect
|
Yes i did what should i do
Re: Players dont appear on radar -
Gogeta101 - 31.07.2014
Wait i checked i didint set color in OnPlayerConnect
Re: Players dont appear on radar -
Basssiiie - 01.08.2014
What color do you give the players? Make sure it has the correct
alpha level (not invisible).
Re: Players dont appear on radar -
Gogeta101 - 01.08.2014
ok ty i will try
Re: Players dont appear on radar -
Gogeta101 - 01.08.2014
Didint work anyone ?
Re: Players dont appear on radar -
rashidkhoso37 - 01.08.2014
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
Re: Players dont appear on radar -
Gogeta101 - 01.08.2014
I fixed color transparency but players now show only in map triangle not futher if you know what i mean
Re: Players dont appear on radar -
Gogeta101 - 01.08.2014
someone help me radar works only when player in near
Re: Players dont appear on radar -
ikkentim - 01.08.2014
Please stop double posting, like stinged already told you.
Try this function
https://sampwiki.blast.hk/wiki/LimitPlayerMarkerRadius
Re: Players dont appear on radar -
Gogeta101 - 02.08.2014
That didint work to anyone else
Re: Players dont appear on radar -
AlBullet - 03.08.2014
Im noob at scripting but did you try SetPlayerMarker if team 1 or 2 idk
Re: Players dont appear on radar -
[XST]O_x - 03.08.2014
pawn Код:
public OnGameModeInit()
{
SetGameModeText("Testing");
UsePlayerPedAnims();
ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
return 1;
}
Why did you have an extra {?
Re: Players dont appear on radar -
Gogeta101 - 03.08.2014
I thought might work but did not