12.06.2011, 19:02
Need help about player Icons
12.06.2011, 20:33
It is quite simple since this function was added: https://sampwiki.blast.hk/wiki/LimitPlayerMarkerRadius
Just add it somewhere in OnGamemodeInit()
Just add it somewhere in OnGamemodeInit()
12.06.2011, 21:02
thats what i got when i added this code
public OnGameModeInit()
{
LimitPlayerMarkerRadius(100.0);
}
somewhere as you said
C:\Documents and Settings\Ghost\Mes documents\My Games\GorzianaRPG\Gorziana RPG\gamemodes\larp.pwn(17950) : warning 209: function "Streamer_OnGameModeInit" should return a value
C:\Documents and Settings\Ghost\Mes documents\My Games\GorzianaRPG\Gorziana RPG\gamemodes\larp.pwn(20594) : error 021: symbol already defined: "Streamer_OnGameModeInit"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
public OnGameModeInit()
{
LimitPlayerMarkerRadius(100.0);
}
somewhere as you said
C:\Documents and Settings\Ghost\Mes documents\My Games\GorzianaRPG\Gorziana RPG\gamemodes\larp.pwn(17950) : warning 209: function "Streamer_OnGameModeInit" should return a value
C:\Documents and Settings\Ghost\Mes documents\My Games\GorzianaRPG\Gorziana RPG\gamemodes\larp.pwn(20594) : error 021: symbol already defined: "Streamer_OnGameModeInit"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
12.06.2011, 21:13
There already is a OnGameModeInit somewhere in your script. Search that one and add the line there.
12.06.2011, 21:16
i found it but which line you are talking about this ?? LimitPlayerMarkerRadius(100.0);
13.06.2011, 05:44
help please
13.06.2011, 08:24
I am not sure if you need to define or un-define.
I think that you have this function already there, and you need to remove it, anyway, don't use raven's. Too bugged and old script type.
I think that you have this function already there, and you need to remove it, anyway, don't use raven's. Too bugged and old script type.
13.06.2011, 08:54
It's better to create your own game mode than editing someone's
(i don't force you to do this but if you want )
(i don't force you to do this but if you want )
13.06.2011, 09:09
Yes this line:
LimitPlayerMarkerRadius(100.0);
Add this somewhere in your OnGameModeInit() that you found in the code.
LimitPlayerMarkerRadius(100.0);
Add this somewhere in your OnGameModeInit() that you found in the code.
26.06.2011, 12:40
when i try to add
after
my pawno software crashs
Quote:
LimitPlayerMarkerRadius(100.0); |
Quote:
public OnGameModeInit() |
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)