ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 2021

Chat Commands.

by Joalson - 04-18-2019 - 08:16 PM
#1
does anyone have Chat Commands that they can post? Thanks in Advance.
Reply
#2
In regards to what? lol elaborate on your need for them
2021 Best Be Better Then 2020
Reply
#3
(04-19-2019 - 04:46 AM)trinity7 Wrote: In regards to what? lol elaborate on your need for them

just for fun use, xD
Reply
#4
Lik what tho as in? ingame chat with other menu users, or co host? what lol
2021 Best Be Better Then 2020
Reply
#5
well so i can give people commands to use in chat for example if they do /drop they will be money dropped
Reply
#6
(04-19-2019 - 04:44 PM)Joalson Wrote: well so i can give people commands to use in chat for example if they do /drop they will be money dropped

There is a Cohost thread somewhere here, but u can just add this into ur co host function


Code:
if (GAMEPLAY::ARE_STRINGS_EQUAL(szSenderMess, "CashPlsNibba"))//This Is Them texting u
//        {
//            if (MessageSend == 0) {
//                SendReply("~b~CashDrop Enabled", CHostPlayer);//This Is U Texting Them
//                MessageSend = 1;
//            }
}
2021 Best Be Better Then 2020
Reply
#7
with this they can but this command in and they will be dropped money?
Reply
#8
(04-19-2019 - 05:21 PM)Joalson Wrote: with this they can but this command in and they will be dropped money?

No Lol U have to make all that, u asked for commands to send people, this is how it would be done. like i said theres a thread on here somewhere with the full co host function, youd just need to add ur own code for things like cash drop etc
2021 Best Be Better Then 2020
Reply
#9
ah okay now i get it, thanks mate
Reply
#10
if(recivedmessage == "money"){
if(cashdrop){
sendmessage(sender,"Money Drop Stopped");
cashdrop=false;
}
sendmessage(sender,"Money Drop Started");
selectedplayer = reciverplayer;
cashdrop = true;
}
Reply

Users browsing: 6 Guest(s)