![]() |
Radio
Who maked all the radio things in Sidra? If you are the maker can you pls send me the radio scripts?
|
Those arent hard.
This is like u can be in separate rooms and the radio shows the message u set from the other radio.. Syntax:sendmessage message goes here (might be buggy im just scripting here , not tested) Radio1 would have: //Npc Made By LiquidIce if (playerenters) { setcharprop #c, #s(server.radio1); timeout=1; } if (timeout) { setcharprop #c, #s(server.radio1); timeout=1; } if (playerchats) { tokenize #c; if (strequals(#t(0),sendmessage)) { this.count=1; setstring server.radio2,; while (this.count<tokenscount) { setstring server.radio2,#s(server.radio2) #t(this.count); setstring server.radio2,#T(#s(server.radio2)); this.count++; } } } and Radio 2 //Npc Made By LiquidIce if (playerenters) { setcharprop #c, #s(server.radio2); timeout=1; } if (timeout) { setcharprop #c, #s(server.radio2); timeout=1; } if (playerchats) { tokenize #c; if (strequals(#t(0),sendmessage)) { this.count=1; setstring server.radio1,; while (this.count<tokenscount) { setstring server.radio1,#s(server.radio1) #t(this.count); setstring server.radio1,#T(#s(server.radio1)); this.count++; } } } |
I can see atleast TRYING to make a script and asking for HELP but not just "!@ CAN I HAVE SO AND SO SCRIPT TO MAKE MY PLAYEROWRLZ!@"
then 10 miniutes later "!@ I HAVE THE BEST PLAYERWODL WITH ALL ORIGINAL SCRIPTS!@" |
I made a phone once before, I'll get the script if I can remember where I put it.
|
i remember your phone that u submitted to the place once when i kept up on that stuff... but the problem was, i couldnt find the other booth =\
|
Making a telephone really isn't that hard
|
Quote:
Your name is General! Ok Thx Bye! |
| All times are GMT +2. The time now is 10:46 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.