12.06.2010, 12:47
I just love it
---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3a R7, ©2005-2010 SA-MP Team [00:26:32] [00:26:32] Server Plugins [00:26:32] -------------- [00:26:32] Loading plugin: streamer.so [00:26:32] *** Streamer Plugin v2.3.8 by Incognito loaded *** [00:26:32] Loaded. [00:26:32] Loaded 1 plugins. [00:26:32] [00:26:32] Ban list [00:26:32] -------- [00:26:32] Loaded: samp.ban [00:26:32] [00:26:32] [00:26:32] Filter Scripts [00:26:32] --------------- [00:26:32] Loading filter script 'objects.amx'... [00:26:32] Unable to load filter script 'objects.amx'. [00:26:32] Loading filter script 'RandMsg.amx'... [00:26:32] Unable to load filter script 'RandMsg.amx'. [00:26:32] Loaded 0 filter scripts. [00:26:32] Script[gamemodes/larp.amx]: Run time error 19: "File or function is not found" [00:26:32] Number of vehicle models: 0 |
plugins streamer.so |
Streamer.so files I put in the plugin folder then. |
Originally Posted by Mr.XXX
Quote:
Quote:
Quote:
|
Originally Posted by Calgon
Has this plugin been updated for 0.3a R8? (if it needs updating).
|
Originally Posted by _Jay_
Quote:
|
native OnPlayerEnterDynamicArea(playerid, areaID);
public OnPlayerEnterDynamicArea(playerid, areaid)
{
if(areaid == Area69DM)
{
SendClientMessage(playerid, COLOR_RED, "CAUTION: You have entered the Area 69 DM!");
InArea69[playerid] = 0;
}
return 1;
}
Streamer_VisibleItems(STREAMER_TYPE_OBJECT, items);