Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Sk

#1
Played the server and its awesome regardless of having a high ping its pretty enjoyable
would be more fun if map blips weren't shown because its like pubg with xray vision hack on :D
#2
Support / Re: Coonect php to server DB
Jul 08, 2018, 07:14 PM
Well, You can not use a .db database in mysql, because that ruins the whole point of using mysql in the first place. The correct parameters are already told by @!  If you want to connect your local db with php then, you don't need to switch to mysql, as php has a very vast range to connect with shit lot of things you and I can never imagine. Here is a tutorial which will help you https://www.a2hosting.com/kb/developer-corner/sqlite/connect-to-sqlite-using-php
I don't need to explain any further as you are the "GREAT OWNER OF AN AWESOME SEARCH ENGINE" (probably some nulled script from the internet)
#4
Support / Re: Irc bot not working
Jan 30, 2016, 09:47 AM
Have you paste This in onScriptLoad() ?
 LoadBot();
To Make The Bot Load?
#5
well i think having a server with squirrel or c++ doesn't make any difference in player count as what does matter is how server does interact with player because i would play in other server but lw is my first choice as i have been playing it for a long time and i will keep playing it but if someday i want to try something new i will try out some new server as i see a server with more then 10 player i will join it and the player count on that server will go above 30 but that doesn't make that server popular. tell me if i am wrong.
#6
Quote from: Mariu22S on May 01, 2015, 11:05 AMDo you have any idea to create such a system?
what SLC meant is,  create a global variable on onScriptLoad event something like
Start_time <- time();
and then make a function to get the time in seconds
function GetSeconds()
{
local a = time()-Start_time;
return a;
}
now you got seconds convert them to readable time your self.
#7
i am not spanish bur i think he is saying some one could give him(upload for him) 04rel000 folder so he can paste it there in order for him to connect to his server.
#8
Scripting and Server Management / Re: Forsale
Apr 19, 2015, 02:01 PM
Agree with @Doom_Killer
not in his intention of increasing post because who cares about increasing post here this is a helping forum not increasingyourposttobecometester etc.
but i do agree with doom that he really is up to something.
something not good like he is trying to destroy this community with his shitty topic and shitty questions. his questions and errors are very small and they does not help anyone else but his code is not basic he has someone's very advance script (or almost advance) so moderators should look into it.
#9
what about
SetCarDamageProof(bool);
+ when no player is in the Vehicle and it should not get any damage like we had it in 0.3.There should be a toggle for that too.
and don't forget

+ scores in server tab.
 
#10
finally this happened!!
official servers will shown on official server tab??
#11
Snippet Showroom / Re: Evaluation System
Apr 01, 2015, 12:01 PM
Quote from: sseebbyy on Apr 01, 2015, 11:44 AM
Quote from: Sk on Apr 01, 2015, 11:26 AMany player who is not admin can use this command.

There is no such function as player.IsAdmin in 0.4. (like we used to have in 0.3, for rcon)
So these permissions are left to be added by users.
ye i know that but he could have left some space for (// Your admin function here) etc. that would have help.
#12
Snippet Showroom / Re: Evaluation System
Apr 01, 2015, 11:26 AM
any player who is not admin can use this command.
Edit:
Nice work.
(only if this wasn't copy pasted from any place).
#13
Quote from: NE.CrystalBlue on Mar 30, 2015, 05:31 AM
Quote from: Sk on Mar 28, 2015, 01:20 PMand you can also use LOWER to get ride of that extra column in you table for that lcname (lower-case name)
SELECT this,this1,this2 WHERE LOWER(Name) = '"+Name.tolower()+"'
other then that good work.
and as kratos said try using built-in functions in SQLite instead of making them manually from squirrel. Tbh SQLite doesn't have much functions but mysql has tons of them try to work with mysql.
Btw you forgot the where clause in select :P
select this,this1,this2 from players where lower(Name) = '"+Name.tolower()+"'
hehe i guess thats what happen when you don't copy paste :P
#14
Quote from: Gulk on Mar 29, 2015, 07:22 AMGood idea, ill add it to my server.
Someone joined yesterday and quit everytime they died to rejoin, knew they had the bug and didn't speak English so I couldn't help.
 :edit: O0 O0
hhhhh
sorry it was me i was testing some key shortcut to /q when i press that button (to death evade ofc :<).
i wanted to join again but no battery left (in laptop) for that.
p.s i do know how to speak english a lil bit.
#15
and you can also use LOWER to get ride of that extra column in you table for that lcname (lower-case name)
SELECT this,this1,this2 WHERE LOWER(Name) = '"+Name.tolower()+"'
other then that good work.
and as kratos said try using built-in functions in SQLite instead of making them manually from squirrel. Tbh SQLite doesn't have much functions but mysql has tons of them try to work with mysql.