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

#136
hmm thank you :)
#137
Quote from: DeViL_JiN on Dec 06, 2015, 08:40 AM
Quote from: mmujtaba24 on Dec 06, 2015, 05:53 AMsorry for this post now i don't need ready scripts.I wan't to learn  how to do scripts and ,I learn many things like context  and scoping from SLC video tutorial.i didn't understand the all tutorial becuz my english is week..so i need some easy tutorial like where i use codes etc...
in that case improving your English is the best option you have, after that rely on scripting?

I know i need to improve my  English and  it take too much time as well as 3 or 4 months i cant wait 3 or 4 moth for creating my server :p
 I have to create it in  this week.

#138
sorry for this post now i don't need ready scripts.I wan't to learn  how to do scripts and ,I learn many things like context  and scoping from SLC video tutorial.i didn't understand the all tutorial becuz my english is week..so i need some easy tutorial like where i use codes etc...
#139
General Discussion / Re: Help me !!!
Dec 06, 2015, 03:33 AM
Not working !
#140
Hi Guys,
            I am a newbie in scripting and my English is very week i cant understand the examples what was it mean can you guys give me a video tutorial  of scripting or please give me a script i trying from 3 weeks but i still failed to make it.
  If you giving me a script then please make like LW's i mean no cheat allow like goto and no free wep's must help please.
Thanks in advance :)
Sorry for bad English translated
#141
Can i use this script on my server?
And please tell me how to set admin.
#142
General Discussion / Re: Help me !!!
Dec 05, 2015, 08:20 PM

I put this code but error showing "cmd"does not exist.
function onPlayerCommand( player, cmd, text )

if( cmd == "register" ){
  if( !text ){
   MessagePlayer( "Syntax Error!", player );
   MessagePlayer( "Correct syntax: /register <password>", player );
  }
  else if( pstats[ player.ID ].Level != 0 )MessagePlayer( " This account is already Registered", player );
  else if( pstats[ player.ID ].Logged == true ){
   MessagePlayer( "You are already logged in.", player );
  }
  else{
   pstats[ player.ID ].Register( player, text, sqliteDB );
  }
 }

 I put many cmd's but i get same error "cmd" does not exist.
only these  cmd's are working  /heal,bring,goto.
Any solution?
 
#143
General Discussion / Re: Help me !!!
Dec 04, 2015, 04:27 AM
Mashreq  you can check my server please what is the problem with it join there i named it Rampage Killer's Death Match
#144
General Discussion / Re: Help me !!!
Dec 04, 2015, 04:22 AM
I am trying my best but i am first time making script's  but its replying failed loading.
#145
General Discussion / Re: Help me !!!
Dec 04, 2015, 01:49 AM
oh now  port forwarding problem solve i did it but now its showing blank  Blank vcmp:sever 64x like this you can see it on your vcmp master list but how to make it a full server ?
#146
General Discussion / Help me !!!
Dec 04, 2015, 01:31 AM

How i create my own server?and How i do port forward from a TP-link router?
please help!