[Release] Shout Command (Deducts mesos)
Go to Players.ccp and add to GM or Player Section:
Quote:
else if(strcmp(command, "shout") == 0)
if(player->inv->getMesos() >= 500000){
player->inv->setMesos(player->inv->getMesos()-500000);
char RealityShout[200] = ""; //1
strcat_s(RealityShout, 200, player->getName());
strcat_s(RealityShout, 200, " : ");
strcat_s(RealityShout, 200, next_token);
PlayersPacket::showMassage(RealityShout, 2);
}
else{
PlayersPacket::ShowNotice(player, "You don't enough mesos for a shout!\n", 5);
}
Edit: Code Fixed~
It shows the name of the shouter...it's like a channel megaphone (in GMS).
So it shows: IGN: (Whatever the user types)
It's set to deduct 500K...feel free to change that =P
Erm...Have fun?
Re: [Release] Shout Command (Deducts mesos)
why would you wanna deduct meso?
Re: [Release] Shout Command (Deducts mesos)
does it show ur name? fail.
Re: [Release] Shout Command (Deducts mesos)
Re: [Release] Shout Command (Deducts mesos)
Sort of like a megaphone...for users. So people don't abuse it, it deducts mesos.
Yes, it shows the name of the shouter. :)
Re: [Release] Shout Command (Deducts mesos)
Quote:
Originally Posted by
Wildman
why would you wanna deduct meso?
For other people to use I'm guessing 0_O.
Re: [Release] Shout Command (Deducts mesos)
Re: [Release] Shout Command (Deducts mesos)
oo i get it now its a smega but whats the point for a GM to smega when he can just use notice
Re: [Release] Shout Command (Deducts mesos)
Quote:
Originally Posted by
Wildman
why would you wanna deduct meso?
To prevent Spam, I would set it to 50m if it worked for me...
Re: [Release] Shout Command (Deducts mesos)
whats the command to do the shout then?
Re: [Release] Shout Command (Deducts mesos)
sadly this doesnt work
gj anyway
Re: [Release] Shout Command (Deducts mesos)
Yeah many errors it doesn't work
Re: [Release] Shout Command (Deducts mesos)
We are missing some things.
Re: [Release] Shout Command (Deducts mesos)
lol
better just selling smegas...
Re: [Release] Shout Command (Deducts mesos)
Quote:
Originally Posted by
xnBlaze
does it show ur name? fail.
Read the post properly first before posting bull. Fail.