SA-MP Forums Archive
What The Hell?! DINI ! - 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: What The Hell?! DINI ! (/showthread.php?tid=526418)



What The Hell?! DINI ! - MrWupiazZzLT - 17.07.2014

Hello help me everything in image BORED!


Re: What The Hell?! DINI ! - MrWupiazZzLT - 17.07.2014

EDIT: SORRY DOUBLE POST


Re: What The Hell?! DINI ! - doreto - 17.07.2014

Me me mee. All you need to do is go here http://forum.sa-mp.com/announcement.php?f=74


Re: What The Hell?! DINI ! - Dissonancy - 17.07.2014

Post your sever.cfg here please....


Re: What The Hell?! DINI ! - MrWupiazZzLT - 17.07.2014

Quote:
Originally Posted by doreto
View Post
Me me mee. All you need to do is go here http://forum.sa-mp.com/announcement.php?f=74
Yeah... Now can u help?

EDIT: My Server.cfg

Code:
echo Loading!
lanmode 0
rcon_password *Private*
maxplayers 50
port 7777
hostname *Private*
gamemode0 *Private*
filterscripts *None*
announce 0
query 1
chatlogging 0
weburl
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
mapname *Private*
plugins Dini Dini.inc



Re: What The Hell?! DINI ! - doreto - 17.07.2014

PHP Code:
plugins Dini Dini.inc 
to
PHP Code:
plugins Dini 
Next time read rules about double post!

EDIT: wait dini is include file and not plugin

then it should be
PHP Code:
plugins 



Re: What The Hell?! DINI ! - MrWupiazZzLT - 17.07.2014

Quote:
Originally Posted by doreto
View Post
PHP Code:
plugins Dini Dini.inc 
to
PHP Code:
plugins Dini 
Next time read rules about double post!
Yea yea...

Loading plugins: Dini
Failed.
Loaded 0 plugins.


AW: What The Hell?! DINI ! - Mellnik - 17.07.2014

Lol dini is not a plugin. Put #include <Dini> at the top of your script.


Re: AW: What The Hell?! DINI ! - MrWupiazZzLT - 17.07.2014

Quote:
Originally Posted by Mellnik
View Post
Lol dini is not a plugin. Put #include <Dini> at the top of your script.
I did and i created AutoSave but i see its not working...


Re: What The Hell?! DINI ! - KayJ - 17.07.2014

Quote:
Originally Posted by MrWupiazZzLT
View Post
Yeah... Now can u help?

EDIT: My Server.cfg

Code:
echo Loading!
lanmode 0
rcon_password *Private*
maxplayers 50
port 7777
hostname *Private*
gamemode0 *Private*
filterscripts *None*
plugins 
announce 0
query 1
chatlogging 0
weburl
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
mapname *Private*
Dini is a include you can't put it in plugins!