• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Action Plastic Bomb

I have one nice idea:
Like CS 1.6:
Code:
 local explodeTime = 1
 local activeTime = 30
 local activePlayer = ??
 local defusePlayer = ??
 local defuseTime = 20
   
   doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "The bomb will active in " ..activeTime.. " seconds.")
   doPlayerSendCancel(cid, "Sorry but you can\'t walk in activate process.")
   doBroadcastMessage("" ..activePlayer.. " has been actived a bomb.")
   doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Now you can walk.")
   doBroadcastMessage("The bomb will explode in " ..explodeTime.. " minute.")

   doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You are defusing a bomb, wait " ..defuseTime.. " seconds.")
   doPlayerSendCancel(cid, "You can\'t walk in defuse process.")
   doBroadcastMessage("MUWHAHAHAHA, " ..defusePlayer.. " has been defused a bomb.")
---
Ex_Terro_Planting:
The bomb will active in 30 seconds.
Sorry but you can\'t walk in activate process.
Anderson has been actived a bomb.
Now you can walk.
The bomb will explode in 1 minute.

Ex_CT_Defusing:
You are defusing a bomb, wait 20 seconds.
You can\'t walk in defuse process.
MUWHAHAHAHA, Guilherme has been defused a bomb.
Counter-Terrorists win!

Ex_Explode_Bomb:
Boooom...
*All players dead.
Terrorists win!
---------
Is it possible to make the my idea?(sorry for bad english)
 
Ye i had to uninstall this script since it bugged all of my doors and potions
 
by my is the error :Notlogout >a nial viale falue< ,or so xD can you fix it?
 
I have one nice idea:
Like CS 1.6:
Code:
 local explodeTime = 1
 local activeTime = 30
 local activePlayer = ??
 local defusePlayer = ??
 local defuseTime = 20
   
   doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "The bomb will active in " ..activeTime.. " seconds.")
   doPlayerSendCancel(cid, "Sorry but you can\'t walk in activate process.")
   doBroadcastMessage("" ..activePlayer.. " has been actived a bomb.")
   doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Now you can walk.")
   doBroadcastMessage("The bomb will explode in " ..explodeTime.. " minute.")

   doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You are defusing a bomb, wait " ..defuseTime.. " seconds.")
   doPlayerSendCancel(cid, "You can\'t walk in defuse process.")
   doBroadcastMessage("MUWHAHAHAHA, " ..defusePlayer.. " has been defused a bomb.")
---
Ex_Terro_Planting:
The bomb will active in 30 seconds.
Sorry but you can\'t walk in activate process.
Anderson has been actived a bomb.
Now you can walk.
The bomb will explode in 1 minute.

Ex_CT_Defusing:
You are defusing a bomb, wait 20 seconds.
You can\'t walk in defuse process.
MUWHAHAHAHA, Guilherme has been defused a bomb.
Counter-Terrorists win!

Ex_Explode_Bomb:
Boooom...
*All players dead.
Terrorists win!
---------
Is it possible to make the my idea?(sorry for bad english)


maybe i can make it but i am very busy this times.
 
hmm.. it seems it doesnt work, everywhere i want to place the bomb it says: "you can not plant this bomb in a PZ!"
even in a arena it give's the same problem :S
and the script make's my ladder's onusefull :S when i click om a ladder i get istead of up, down.. i checked if it was really this script which cause this, and it is.
please fix it!

whatcolor_isblue.jpg
Take the Magic: The Gathering 'What Color Are You?' Quiz.
 
Last edited:
why I use the bomb and say "you cant use the bomb in pz" and I´m not in pz? PLZ Help
 
Back
Top