23.08.2014, 10:50
Quote:
I've a map hider gangzone, which is without YSF working, but with YSF it isn't working.
This is create in OnGameModeInit: Код:
MapHide = GangZoneCreate(-2999.0, -2999.0, 2999.0, 2999.0); Код:
stock Radar(playerid, bool:show) { if(show) GangZoneHideForPlayer(playerid, MapHide); else GangZoneShowForPlayer(playerid, MapHide, 0x000000FF); } |
What version are you using? In R3 server R9 YSF work's without any problem, i tested scoreboard functions, these works too.