SA-MP Forums Archive
god dam sever not working on .SO - 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: god dam sever not working on .SO (/showthread.php?tid=444043)



god dam sever not working on .SO - OpticKiller - 14.06.2013

am starting to get mad and i feel like quiting this now. everything on my script works 100% GOOD on my home hosted.i scripted so much shit that you dont understand but i have been trying everything just to get this [GM] working on .so everytime i login type a command it resets the server every command not just one i updated the ZCMD include i can not find out what the fuck is wrong wiv this sorry for the rude comment but its making me mad i used crashdetect still it didnt want to find anything at all the plugins am using are below and same with the includes.


Код:
PLUGINS
sscanf.so
streamer.so
Whirlpool.so
crashdetect.so

INCLUDES 
#include <a_samp>
#include <a_http>
#include <YSI\y_ini>
#include <foreach>
#include <streamer>
#include <ZCMD>
the base script can be found here https://sampforum.blast.hk/showthread.php?tid=403553 i also used the the base one and it still does not work can someone try it on .so and find out what the issue is as i cant find it


Re: god dam sever not working on .SO - DeMoX - 14.06.2013

If you have linux you must use .so plugins, but if you have windows use dll files.


AW: Re: god dam sever not working on .SO - Skimmer - 14.06.2013

Quote:
Originally Posted by DeMoX
Посмотреть сообщение
If you have linux you must use .so plugins, but if you have windows use dll files.
True, for linux use .so and for windows .dll files. Important! Don't forgot to add those plugins in your server.cfg file, otherwise your plugins will not load.

Linux
pawn Код:
plugins streamer.so
Windows (Don't add .dll at the end)
[pawn]plugins streamer[pawn]


Re: god dam sever not working on .SO - OpticKiller - 14.06.2013

i have done that but for some reason when i type a command it crashes restarts the server

even if i use the real chat with out the / it still crashes


AW: god dam sever not working on .SO - Skimmer - 14.06.2013

What returns your crashdetect plugin?

Do you have script errors or warnings?

Otherwise i can help you with Teamviewer, if you want. You can PM me anytime.
(Don't forgot to give me your Teamviewer ID and Pass)


Re: god dam sever not working on .SO - OpticKiller - 14.06.2013

i only have 2 warnings
Код:
C:\Users\Brandon\Desktop\IGRP\gamemodes\IG.pwn(979) : warning 203: symbol is never used: "playerid"
C:\Users\Brandon\Desktop\IGRP\gamemodes\IG.pwn(1273) : warning 219: local variable "health" shadows a variable at a preceding level
C:\Users\Brandon\Desktop\IGRP\gamemodes\IG.pwn(3096) : warning 219: local variable "speed" shadows a variable at a preceding level
i will pm you now.


Re: god dam sever not working on .SO - ToiletDuck - 15.06.2013

Quote:
Originally Posted by OpticKiller
Посмотреть сообщение
i only have 2 warnings
Код:
C:\Users\Brandon\Desktop\IGRP\gamemodes\IG.pwn(979) : warning 203: symbol is never used: "playerid"
C:\Users\Brandon\Desktop\IGRP\gamemodes\IG.pwn(1273) : warning 219: local variable "health" shadows a variable at a preceding level
C:\Users\Brandon\Desktop\IGRP\gamemodes\IG.pwn(3096) : warning 219: local variable "speed" shadows a variable at a preceding level
i will pm you now.
Show the code.


Re: god dam sever not working on .SO - OpticKiller - 15.06.2013

Quote:
Originally Posted by ToiletDuck
Посмотреть сообщение
Show the code.
its got nothing to do with the warnings. the issue is when i connect to my server on .so hosted on a box every command i type it crashes the server


Re: god dam sever not working on .SO - Tamer - 15.06.2013

Some servers provide very out-dated plugins,if I were you,I'd put my own plugins,downloading from sa-mp forums. Because I'd the same problem and for some reason,the crashdetect wouldn't load,I had to put the new version of sscanf,maybe that's your problem


Re: god dam sever not working on .SO - OpticKiller - 15.06.2013

well i have the updated plugins i re checked them all last night even the includes. just i cant find out what the issue is if it works good on windows.dll and not works on .so i take its nothing to do with the script it self well i hope its not anyways i was doing a full night with my friend trying to fix the issue we didnt get anywere with it. i really hope that someone as had this issue before so he can tell us what the issue is or try and fix it. Thanks for your reply Tamer T