IS4Code / YSF

YSF Server Functions
Other
98 stars 34 forks source link

Player gangzones not working in RC20-4 #97

Closed FedeArre closed 4 years ago

FedeArre commented 5 years ago

Player gangzones are not working in RC20-4 (DL), they just do not appear and CreatePlayerGangZone always returns 0.

Test code:

public OnPlayerConnect(playerid)
{
    new asd = CreatePlayerGangZone(playerid, 0, 0, 1000, 1000);
    PlayerGangZoneShow(playerid, asd, 0xF85B5BFF);
    return 1;
}

This code is working properly with R19

n0bodysec commented 4 years ago

@IllidanS4 I think you can close this too