SA-MP Forums Archive
CreateDynamicCP problem - 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: CreateDynamicCP problem (/showthread.php?tid=299032)



CreateDynamicCP problem - wolfdude - 23.11.2011

Well i add CreateDynamicCP to my GM compiles no errors/warnings. Runs fine on a local host but on Volt-Host when i add it the server will not start.

I have the streamer in Streamer.so and its all fine but it wont start >.> any ideas?

Код:
CreateDynamicCP(154.3609, -1951.9204, 51.3438, 3, -1, -1, -1, 100);



Re: CreateDynamicCP problem - Ash. - 23.11.2011

Show us the server_log.txt, please.


Re: CreateDynamicCP problem - wolfdude - 23.11.2011

echo Executing Server Config...
lanmode 1
rcon_password NotForSampForums
maxplayers 20
port 5555
hostname CTWstunts
gamemode0 CTWstunts
filterscripts CTWADMIN CTWFS CTWIRC
announce 0
query 1
weburl www.teamctw.smfnew.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
plugins irc sscanf streamer

^^ Local but nothing is changed except .SO and the port and bind


Re: CreateDynamicCP problem - MP2 - 23.11.2011

server_log.txt not server.cfg.

You need to put .so after the plugin names:

plugins irc.so sscanf.so streamer.so


Re: CreateDynamicCP problem - wolfdude - 23.11.2011

Cant post server Log Volt-host is down

I said I put the .so or else my server FS wouldnt work at all >.< EVERYTHING is configured properly
All plugins are set to .so and installed as .so and It compiles 100% no errors/warnings


Re: CreateDynamicCP problem - FOTIS6 - 02.09.2012

Use this:

echo Executing Server Config...
lanmode 0
rcon_password NotForSampForums
maxplayers 20
port 5555
hostname CTWstunts
gamemode0 CTWstunts 1
filterscripts CTWADMIN CTWFS CTWIRC
announce 1
query 1
weburl www.teamctw.smfnew.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
plugins irc.so sscanf.so streamer.so