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 - ngocson389

#1
Hi guy, i'm new in squirrel, idk what is "<-" mean and usefor ? Can u explain it for me. Thanks!!
#2
i want show playcash by client script and use label. how can i make it.
#3
wrong type :v it is I
#4
Hi Guy. I did add my sound in store but why i cant use it.
When i take sound in forum it work. idk why.
Thank for help.
#5
I did delete server_log and after that it dont save log . help me.
#6
Like a title , could u tell me how to make the player not register can click left mouse to choose character ?
And player can't choose some skin ?
#7
Oh tks. so. How can i get pos in screen
#8
Can u give me some line code for 004 :p Tksssss
#9
How to print text to Screen like this:

#10
Script Showroom / Re: Total War DM
Jun 06, 2016, 10:35 AM
Quote from: zeus on Jun 06, 2016, 08:35 AM
Quote from: ngocson389 on Jun 05, 2016, 05:01 AMdata is'nt save to database , help me plss

@ngocson389

Add this in Function OnScriptLoad;

//Add here...
//function onScriptLoad()
QuerySQL(sqliteDB, "CREATE TABLE IF NOT EXISTS Accounts ( Name VARCHAR(255), Password VARCHAR(255), Cash INT, Bank INT, Kills INT, Deaths INT, Level INT, LastActive INT, LastUsedIP VARCHAR(255), DateRegistered INT)" );
QuerySQL(sqliteDB, "CREATE TABLE IF NOT EXISTS Bans ( NameLower VARCHAR(255), UID VARCHAR(255), Reason VARCHAR(255))"  );
QuerySQL(sqliteDB, "CREATE TABLE IF NOT EXISTS Gotoloc ( Name VARCHAR(32), x INT, y INT, z INT, Creator VARCHAR(32))"  );
It's work :D Tks u for help...
#13
Script Showroom / Re: Total War DM
Jun 05, 2016, 05:01 AM
data is'nt save to database , help me plss
https://www.youtube.com/watch?v=mRsF_Dr8HVM&feature=youtu.be