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

Topics - Shovon^

#1
General Discussion / Something going wrong!!
Jan 03, 2017, 06:54 AM
When I come to this forum everytime with Google Chrome it says Iam banned from using this forum but when I use other Web Browsers it says nothing even when I login...... any help?
#2
???does anyone know how to set server password using cmd??
#3
I need a help, I want when a player is going to World two he will be Requested to spawn again I mean he will be asked to choose a skin again .........can I do this???
#4
How can I add a command only for world two an the rest of the cmd's won't work in World two.
In simple : add cmds only for world 2
#5
I created this cmd but now when I write the cmd it shows  Member variable not found any help??
else if (cmd == "changeworld")
{
player.world=2;
MessagePlayer("world changed!", player);
}
#6
I want a help about this
if ( player.name !== Shovon^ )   MessagePlayer("u r not authorized ",player); Now I want this to be two or more names how do I do it??
#7
Off-Topic General / PC problem
Sep 18, 2016, 09:29 AM
Iam having a problem,,,that's when I enter a pendrive when I open the Folder its written "Inaccessible.......Access is Denied"  not only Pendrive also the DVD or any kinda compact dist, including the USB port while connecting the  Phones with USB.........

Any help???
#8
i downloaded custom skin but where do i need to add the new skin id script??
#9
Hello i want a very simple script thats : when admins will chat then then i want it to be written "Admin+player.name: +text+"
#10
iam having a problem with "kusangis property system" i added all the things in my server script including the function loadprops and then when i launch the server then it shows a error
  ( the index loadprops doesnt exist)
#11
i want help like i want to create a cmd then if i write that cmd i will be in another virtual world i wanna use player.world for that can anyone help....
#12
Script and Content Requests / Minigames
Sep 08, 2016, 02:49 AM
:-\ Can anyone make a simple mission script ??? I need one but I completely have no idea of making one..... :P
#13
how to any Minigames in a server??? like racing...etc...
#14
I want a error function ....like its a cmds error or invalid cmds so there is written ([ERROR]Invalid Command). . . .. . .. . .i know u guyz will tell "ITS ezy who can do it?"but i am not getting idea of how to do this? :P
#15
Applications / ServerHost-Shovon
Aug 28, 2016, 09:55 AM
User Name: Shovon
Email Address: [email protected]
Server Name: Pro GamerZ Professional DM Server
Port: 5186 or any other if isnt available
Slots(10-100):35

(it needs a .sqlite file for storing data)
#16
:-\ I created a script and its almost going to finish but my problem is everything(messages and error syntaxes)appears in the text box doubled and I don't know from where I can fix it and I don't show any code here as becoz I don't know where is the bug from..... :-\ .
#17
Script and Content Requests / clan System
Aug 22, 2016, 09:00 AM
I need a valid clan system plz.....so can anyone give me....A VALID ONE....
#18
How to load 2 database togather?
like:
function onScriptLoad()
{
   pdb <- ConnectSQL("props.sqlite");
   if (pdb) print("Properties Database loaded Successfully");
   ::QuerySQL( pdb, "CREATE TABLE IF NOT EXISTS Properties ( Name TEXT, PX FLOAT, PY FLOAT, PZ FLOAT, Owner VARCHAR(32), Sharer VARCHAR(32), Price NUMERIC, PropertyID INT)" );
LoadProps();
print("Prop creating loaded");

    }


function onScriptUnload()
{
DisconnectSQL( pdb );
}

now how do i give another database in here to loaad togather?