27.05.2011, 10:40
Hey guys. Can someone tell me why this doesnt work? (Using Incognito's streamer plugin)
At top of the script:
and in the OnGameModeInit callback:
and here the streamer callback:
Thanks.
At top of the script:
pawn Код:
new InJobcentre;
pawn Код:
InJobcentre = CreateDynamicCircle(1721.6215,-1652.6127,20.0625, 5, -1, -1);
pawn Код:
public OnPlayerEnterDynamicArea(playerid, areaid)
{
if(areaid == InJobcentre)
{
SendClientMessage(playerid, COLOR_YELLOW, "( ! ) Welcome to the Job Centre");
SendClientMessage(playerid, COLOR_NORMALRED, "( ! ) Fighting is Forbidden Here");
}
return 1;
}