|
View previous topic :: View next topic |
| Author |
Message |
wirdh New User
Joined: 04 Jun 2007 Posts: 9
|
Posted: Tue Jun 05, 2007 10:46 am Post subject: |
|
|
ye i know,
but i can't not create a script, so the script kan write in a .txt file. |
|
| Back to top |
|
 |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Tue Jun 05, 2007 12:47 pm Post subject: |
|
|
| wirdh wrote: | ye i know,
but i can't not create a script, so the script kan write in a .txt file. |
is very simple write in es
start here: http://www.eventscripts.com/pages/EventScriptsGuide
you can also see scripts examples _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
deac_neo New User
Joined: 02 Oct 2005 Posts: 6
|
Posted: Tue Jun 05, 2007 1:19 pm Post subject: |
|
|
i got one problem...
the plugin runs fine. if i type su_version in console it shows me, that the vsp 1.5 version is running.
but any mysql command is not working. if i type su_mysqlcreate... it says "unknown command". Other Variables (su_version, su_gamemod etc) are running fine. Only the mysql variables not.
The running Version also says, that it is "singleplayer" ... is this correct?
Thx 4 Answer |
|
| Back to top |
|
 |
wirdh New User
Joined: 04 Jun 2007 Posts: 9
|
Posted: Tue Jun 05, 2007 1:27 pm Post subject: |
|
|
eh, i don't understand you...
just need at plugin, they can write from paypal informations via mysql to reserveslots.txt etc |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Tue Jun 05, 2007 2:15 pm Post subject: |
|
|
| wirdh wrote: | eh, i don't understand you...
just need at plugin, they can write from paypal informations via mysql to reserveslots.txt etc |
NO, you only can write to .txt is not possible get data from paypal _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
wirdh New User
Joined: 04 Jun 2007 Posts: 9
|
Posted: Tue Jun 05, 2007 2:36 pm Post subject: |
|
|
.. i have IPN with my paypal. okay.
The IPN (paypal) send the informations to my mysql database, steamid name etc, and then i ask, can this plugin write the information from paypal IN my mysql database to my resvere.txt |
|
| Back to top |
|
 |
deac_neo New User
Joined: 02 Oct 2005 Posts: 6
|
Posted: Tue Jun 05, 2007 4:41 pm Post subject: |
|
|
i got one problem...
the plugin runs fine. if i type su_version in console it shows me, that the vsp 1.5 version is running.
but any mysql command is not working. if i type su_mysqlcreate... it says "unknown command". Other Variables (su_version, su_gamemod etc) are running fine. Only the mysql variables not.
The running Version also says, that it is "singleplayer" ... is this correct?
I´ve tried also the MMS Version, but here also the script answered with : "unknown command"... But i need the su_mysqlcreate command für the Dog-Bans Script...
Thx 4 Answer |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Tue Jun 05, 2007 5:26 pm Post subject: |
|
|
| deac_neo wrote: | i got one problem...
the plugin runs fine. if i type su_version in console it shows me, that the vsp 1.5 version is running.
but any mysql command is not working. if i type su_mysqlcreate... it says "unknown command". Other Variables (su_version, su_gamemod etc) are running fine. Only the mysql variables not.
The running Version also says, that it is "singleplayer" ... is this correct?
I´ve tried also the MMS Version, but here also the script answered with : "unknown command"... But i need the su_mysqlcreate command für the Dog-Bans Script...
Thx 4 Answer |
yes this are all correct but probaly you forget upload all plugins source utils containe 2 plugins (Main Source Utils | Source Utils FreeLib)
the Source Utils containe all commands cvars
the source utils freelib containe all mysql things!
download again the file and upload it
for make it more easy upload all cstrike folder in the .zip _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Tue Jun 05, 2007 5:28 pm Post subject: |
|
|
| wirdh wrote: | .. i have IPN with my paypal. okay.
The IPN (paypal) send the informations to my mysql database, steamid name etc, and then i ask, can this plugin write the information from paypal IN my mysql database to my resvere.txt |
if paypal auto insert the information for your mysql, yes you can use source utils to write and get information in the mysql db _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
wirdh New User
Joined: 04 Jun 2007 Posts: 9
|
Posted: Wed Jun 06, 2007 12:06 am Post subject: |
|
|
okay, thanks,  |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Wed Jun 06, 2007 10:31 am Post subject: |
|
|
| wirdh wrote: | okay, thanks,  |
now is only you wait for next sourceutils version v1.6 for file functions
but you can start coding mysql get parts _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
deac_neo New User
Joined: 02 Oct 2005 Posts: 6
|
Posted: Wed Jun 06, 2007 11:15 am Post subject: |
|
|
Hmm... All Files are uploaded. But same thing here.
I´ve tried to load the plugin as standalone version again. when i load the plugin, it tells me that the freelib files can´t be loaded. But the Files are on the Server.
I´ve tried it also with the mmms version. here it seems, that the files won´t be loaded again. but why.
Adding the Line "addons/sourceutils/bin/sourceutils_freelib_mm" in the metaplugins.ini (mms version) didn´t work...
Where is my fault  |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Wed Jun 06, 2007 12:06 pm Post subject: |
|
|
| deac_neo wrote: | Hmm... All Files are uploaded. But same thing here.
I´ve tried to load the plugin as standalone version again. when i load the plugin, it tells me that the freelib files can´t be loaded. But the Files are on the Server.
I´ve tried it also with the mmms version. here it seems, that the files won´t be loaded again. but why.
Adding the Line "addons/sourceutils/bin/sourceutils_freelib_mm" in the metaplugins.ini (mms version) didn´t work...
Where is my fault  |
anything here is bad sourceutils work on linux and win32 tested _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
wirdh New User
Joined: 04 Jun 2007 Posts: 9
|
Posted: Wed Jun 06, 2007 1:20 pm Post subject: |
|
|
| okay i wait, thank you m8 |
|
| Back to top |
|
 |
deac_neo New User
Joined: 02 Oct 2005 Posts: 6
|
Posted: Wed Jun 06, 2007 1:41 pm Post subject: |
|
|
i know that anything is bad. but i don´t know what...
does the sourceutils_freelib also needs a vdf file? |
|
| Back to top |
|
 |
deac_neo New User
Joined: 02 Oct 2005 Posts: 6
|
Posted: Wed Jun 06, 2007 2:03 pm Post subject: |
|
|
I have the Problem...
it was a problem with the libstdc++.so.6 file from the debian system. i had installed the older version 5. so the freelib doesn´t run...
now all is running. thx for all |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Wed Jun 06, 2007 2:10 pm Post subject: |
|
|
| deac_neo wrote: | I have the Problem...
it was a problem with the libstdc++.so.6 file from the debian system. i had installed the older version 5. so the freelib doesn´t run...
now all is running. thx for all |
lol
something not in system is fatal  _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
The-Killer New User
Joined: 18 Jun 2007 Posts: 10
|
Posted: Mon Jun 18, 2007 4:30 pm Post subject: |
|
|
With the latest steam updates and running an es script to check bans using your plugin for mysql it will crash the server every ~20-30 minutes. Tried both the mm and vsp versions and no luck.
Really need to this to work for banlist plugins... |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Tue Jun 19, 2007 7:35 am Post subject: |
|
|
| The-Killer wrote: | With the latest steam updates and running an es script to check bans using your plugin for mysql it will crash the server every ~20-30 minutes. Tried both the mm and vsp versions and no luck.
Really need to this to work for banlist plugins... |
is windows server or linux?
the problem can be to of other plugins
try disable sourceutils and banlist and wait for see _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
The-Killer New User
Joined: 18 Jun 2007 Posts: 10
|
Posted: Tue Jun 19, 2007 1:20 pm Post subject: |
|
|
| Windows, and first it was meta's server.dll being listed in the crashdumps but when i used ur vsp instead of mm it was one list at the top of the callstack in the crashdump |
|
| Back to top |
|
 |
|