SA-MP Forums Archive
mode don't working in the new version of samp - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: mode don't working in the new version of samp (/showthread.php?tid=336694)



mode don't working in the new version of samp - gahal156 - 23.04.2012

I played with my mode using 0.3c version and all was great!
i upgraded to 0.3D R2 and when i login my user it says me "Connection with the server disconnect" something like that..
Код:
SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team

[15:37:20] filterscripts = ""  (string)
[15:37:20] 
[15:37:20] Server Plugins
[15:37:20] --------------
[15:37:20]  Loading plugin: streamer
[15:37:20] 

*** Streamer Plugin v2.5.2 by Incognito loaded ***

[15:37:20]   Loaded.
[15:37:20]  Loaded 1 plugins.

[15:37:20] 
[15:37:20] Ban list
[15:37:20] --------
[15:37:20]  Loaded: samp.ban
[15:37:20] 
[15:37:20] 
[15:37:20] Filterscripts
[15:37:20] ---------------
[15:37:20]   Loaded 0 filterscripts.

[15:37:20] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[15:37:21] Incoming connection: 127.0.0.1:52908
[15:37:24] Max Players: 500
[15:37:24] Rcon Password: 1
[15:37:24] Plugins: streamer
[15:37:24] filterscripts: 





[15:37:24] Number of vehicle models: 76
[15:37:24] [npc:join] BankBot has joined the server (0:127.0.0.1)
i think i ned to compile with new includes so her is the list of the include my mode using if you can give m new ones that fit 0.3d version i will be glad
Код:
#include <a_samp>
#include <a_Dini>
#include <anticheat>
#include <strlib>
#include <a_zones>
#include <antifall>
#include <OPSP>
#include <OPSC>
#include <a_http>
#include <streamer>
#include <bodyparts>
#include <bar>
#include <cpstream>



Re: mode don't working in the new version of samp - ViniBorn - 23.04.2012

Upgrade your plugin

Код:
[15:37:20] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()



Re: mode don't working in the new version of samp - gahal156 - 23.04.2012

this is plugin problem for sure?


Re: mode don't working in the new version of samp - ViniBorn - 23.04.2012

It's just one possibility. Try ...


Re : mode don't working in the new version of samp - Vukilore - 23.04.2012

You know there is 0.3e soon ?


Re: mode don't working in the new version of samp - gahal156 - 23.04.2012

i updated my streamer plugin to 2.6 still dont work...