Jump to content

PWS v1.0 comming 15 juli !!


DJScripts

Recommended Posts

Hi i am uD|DJFrankie|NL

I have made a script that doesnt work with commands like: !help but with word commands like: help

Script name: PWS v1.0 ( Public Word Script )

This Script is an Add-On Script for PRS 1.3

With this script you dont have to add all those commands to prs 1.3

The Script is now begin tested real good before we release it if something is not working on 15 juli it will not be released.

The Script is now a big secret no one gets to see it only the testers.

here follow the commands:

player word commands:

commands

brb

back

lol

lmao

rofl

booring

omg

omfg

omgnoob

trace

countdown

Admin word commands: (commands are for lvl2)

admincommands

camp

afk

spam

lag

stopthat!

Fun word Commands:

mayday!

s.o.s

wtf

This is just Bate version 1.0 Where already working on PWS 1.1

PWS 1.1 is made To be an Stand alone script so no longer need PRS to use it!

The new version 1.1 will have admin level with rcon_login

lvl1 = noobie admin

lvl2 = baby admin

lvl3 = good admin

lvl4 = wannebe Server master

lvl5 = Server Master

PWS v1.0 will be downloadeble on 15 juli on 12 o'clock

PWS v1.1 will be downloadeble on Date And Time not avaleble jet.

Greetzz uD|DJFrankie|NL

Edited by Guest
Link to comment

i do need some help with one part of this script that i have never done.

This part is: when a player joins the server. that in the chat commes:

Player Joint The Server! :D

Player Left The Server! :(

if some one nows that plz reply

Thx

Greetzzz DJFrankie

Link to comment

Ho!! warning we have forgot something.

With the normal !comamnds This line is needed:

on * SIGNAL:mta.command: {

But with our Word commands we dont now what to use.

This is what we already tryed:

on * SIGNAL:mta.text: {

on * SIGNAL:mta.say: {

Does someone nows this!!??

We realy need it!!

Thx

Greetzz.. PWS Testing Team

Link to comment
Ho!! warning we have forgot something.

With the normal !comamnds This line is needed:

on * SIGNAL:mta.command: {

But with our Word commands we dont now what to use.

This is what we already tryed:

on * SIGNAL:mta.text: {

on * SIGNAL:mta.say: {

Does someone nows this!!??

We realy need it!!

Thx

Greetzz.. PWS Testing Team

you would use mta.text for that but mta.command was kind of made for doing this...

Link to comment

lol even the simplyest script you dont know xD

well

on *:signal:mta.command:{
 if ($3 == !lol) mta.text $1 $iif((!$4),$mta.nick($1,$2) is laughing out loud,$mta.nick($1,$2) is laughing @ $mta.nick($1,%a))

elseif ($3 == !bye) mta.text $1 $iif((!$4),$mta.nick($1,$2) has to go. bye all gtg cya next time,bye bye $mta.nick($1,%a) cya next time)

elseif ($3 == !n1) mta.text $1 $iif((!$4),$mta.nick($1,$2) says nice 1,$mta.nick($1,$2) says nice 1 $mta.nick($1,%a))

elseif ($3 == !np) mta.text $1 $iif((!$4),$mta.nick($1,$2) says no problem,$mta.nick($1,$2) says no problem $mta.nick($1,%a))

elseif ($3 == !srry) mta.text $1 $iif((!$4),$mta.nick($1,$2) says sorry my fault,$mta.nick($1,$2) says sorry to $mta.nick($1,%a))

 elseif ($3 == !gj) mta.text $1 $iif((!$4),$mta.nick($1,$2) says good job,$mta.nick($1,$2) says good job $mta.nick($1,%a))

elseif ($3 == !hump) mta.text $1 $iif((!$4),$mta.nick($1,$2) humps himself,$mta.nick($1,$2) humps $mta.nick($1,%a) out loud)

elseif ($3 == !scream) mta.text $1 $iif((!$4),$mta.nick($1,$2) is shouting,$mta.nick($1,$2) is shouting to $mta.nick($1,%a))
 elseif ($3 == !thx) mta.text $1 $iif((!$4),$mta.nick($1,$2) says thx,$mta.nick($1,$2) says thx to $mta.nick($1,%a))

elseif ($3 == !hi) mta.text $1 $iif((!$4),$mta.nick($1,$2) says Hello all to every one,$mta.nick($1,$2) says hello and welcome $mta.nick($1,%a))

elseif ($3 == !ram) mta.text $1 $iif((!$4),$mta.nick($1,$2) knocks every1 down,$mta.nick($1,$2) is ramming into $mta.nick($1,%a))

elseif ($3 == !caps) mta.text $1 Please don't use caps! Thank you

elseif ($3 == !swear) mta.text $1 Please don't swear! Thank you
}

for example

hope it will help you out

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...