SA-MP Dedicated Server ---------------------- v0.3x, ©2005-2013 SA-MP Team [19:58:39] filterscripts = "" (string) [19:58:39] [19:58:39] Server Plugins [19:58:39] -------------- [19:58:39] Loading plugin: streamer.so [19:58:39] *** Streamer Plugin v2.6.1 by Incognito loaded *** [19:58:39] Loaded. [19:58:39] Loaded 1 plugins. [19:58:39] [19:58:39] Filterscripts [19:58:39] --------------- [19:58:39] Loaded 0 filterscripts. [19:58:39] --------------------------------------------------------- [19:58:39] Server Ligado: [07/06/2013 19:58:39] [19:58:39] --------------------------------------------------------- [19:58:39] ----------------------------- [19:58:39] *** GM - BPL RPG Iniciado *** [19:58:39] ----------------------------- [19:58:39] 28 Orgs Carregadas [19:58:39] [MORRO] Dono do Morro = 0 [19:58:39] Sistema de Helper Carregado! Vagas: 16 [19:58:39] 241 Casas Carregadas [19:58:39] 7 Empresas Carregadas [19:58:39] 22 Empresas Especiais Carregadas [19:58:39] [BPL]: 130 Carros Carregados [19:58:39] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap() [19:58:39] [19:58:39] [19:58:39] Brasil Play Legend [RPG V4.6] [19:58:39] [19:58:39] Number of vehicle models: 91 [19:59:14] Incoming connection: 189.60.59. ![]() ![]() ![]() [19:59:15] [join] Roupinol_Halls has joined the server (0:189.60. ![]() ![]() [19:59:25] Roupinol_Halls Entrou no BrasilPlayLegend [20:00:41] --- Server Shutting Down. [20:00:41] [MORRO] Dono do Morro = 0 [20:00:41] --------------------------------------------------------- [20:00:41] Server Desligado: [07/06/2013 20:00:41] [20:00:41] --------------------------------------------------------- [20:00:41] [part] Roupinol_Halls has left the server (0:0) [20:00:41] *** Streamer Plugin v2.6.1 by Incognito unloaded *** |
AllowAdminTeleport
OnPlayerClickMap
Pesquise no .pwn:
pawn Код:
pawn Код:
AQUI |
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
if(PlayerInfo[playerid][pAdmin] >= 4)
{
SetPlayerPos(playerid, fX, fY, fZ);
}
return 1;
}
CarbonHost usa o Sistema operacional Linux, Plugins para pegar no Linux й muito difнcil, eu mesmo quando usei a Carbon tive que tirar o plugin streamer, tenta atualiza-lo, ele e a Include, depois que atualizar copila o GM novamente para poder a include copilar no amx, Agora sobre o teleporte de admin, crie a Callback:
pawn Код:
|
#include <streamer>
plugins streamer//Deixando apenas plugins ou no caso do linux plugin
[15:01:57] ----------------------------- [15:01:57] *** GM - BPL RPG Iniciado *** [15:01:57] ----------------------------- [15:01:57] 28 Orgs Carregadas [15:01:57] [MORRO] Dono do Morro = 0 [15:01:57] Sistema de Helper Carregado! Vagas: 16 [15:01:57] 241 Casas Carregadas [15:01:57] 7 Empresas Carregadas [15:01:57] 22 Empresas Especiais Carregadas [15:01:57] [BPL]: 130 Carros Carregados [15:01:57] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap() [15:01:57] [15:01:57] [15:01:57] Brasil Play Legend [RPG V4.6] [15:01:57] [15:01:57] Number of vehicle models: 91 |
# SA-MP Dedicated Server ---------------------- v0.3x, ©2005-2013 SA-MP Team [15:01:57] filterscripts = "" (string) [15:01:57] [15:01:57] Server Plugins [15:01:57] -------------- [15:01:57] Loaded 0 plugins. [15:01:57] [15:01:57] Filterscripts [15:01:57] --------------- [15:01:57] Loaded 0 filterscripts. [15:01:57] --------------------------------------------------------- [15:01:57] Server Ligado: [08/06/2013 15:01:57] [15:01:57] --------------------------------------------------------- [15:01:57] ----------------------------- [15:01:57] *** GM - BPL RPG Iniciado *** [15:01:57] ----------------------------- [15:01:57] 28 Orgs Carregadas [15:01:57] [MORRO] Dono do Morro = 0 [15:01:57] Sistema de Helper Carregado! Vagas: 16 [15:01:57] 241 Casas Carregadas [15:01:57] 7 Empresas Carregadas [15:01:57] 22 Empresas Especiais Carregadas [15:01:57] [BPL]: 130 Carros Carregados [15:01:57] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap() [15:01:57] [15:01:57] [15:01:57] Brasil Play Legend [RPG V4.6] [15:01:57] [15:01:57] Number of vehicle models: 91 [15:06:07] --- Server Shutting Down. [15:06:07] [MORRO] Dono do Morro = 0 [15:06:07] --------------------------------------------------------- [15:06:07] Server Desligado: [08/06/2013 15:06:07] [15:06:07] --------------------------------------------------------- |