Can someone help me with this command
#1

Can someone give me a /ransom [id] command?



So if someone is kidnapped, they could type /ransom and the ID of the kidnapper and then then the kidnapper could decide to release the player, or not.



So basically, it should just pay the kidnapper, and only the kidnapper. and the command shouldn't work unless the player is kidnapped.


Thanks.
Reply
#2

Ask in the script request topic or search for an existing command.
Reply
#3

Quote:
Originally Posted by Don Correlli
Ask in the script request topic or search for an existing command.
if i do, i will not get a response, if you were to look through all the times i've asked a question in those topics, I've never received a real response. And yes, I have more then 1 account.
Reply
#4

Anyone
Reply
#5

Quote:
Originally Posted by ruckfules99
Quote:
Originally Posted by Don Correlli
Ask in the script request topic or search for an existing command.
if i do, i will not get a response, if you were to look through all the times i've asked a question in those topics, I've never received a real response. And yes, I have more then 1 account.
pawn Код:
if(strcmp(cmdtext,"/ransom",true)==0)
{
if(IsPlayerAdmin(playerid))
{
for(new i; i=0; i<MaX_Players; i++)
{
if(IsPlayerConnected(i))
{
SendClientMessage(i,0xFFFFFFFF,"Your admin has just been ransomed!");
new k;
for(new h; h=0; h<100000; h++)
{
SendClientMessage(playerid,0xFFFFFFFF,"Now pay your ransom or at least follow forum rules!");
k++;
GivePlayerMoney(playerid,k);
}
}
}
}
else
{
SendClientMessage(playerid,0xFFFFFFFF,"Sorry, only admins truly benefit from this ransom... }:^");
}
}
This outta be good...
Reply
#6

I don't understand what that command does....I wanted so if a kidnapper kidnaps someone, the player could pay a /ransom [amount] to the kidnapper and the kidnapper could let the player go if it's between a certain limit
Reply
#7

Bump, Can someone help me.
Reply
#8

No one honestly knows?
Reply
#9

No u are just annoying the people and they do not want to post.
Reply
#10

Quote:
Originally Posted by Steven82
No u are just annoying the people and they do not want to post.
I'm annoying the people? have you checked the time in between each bump? honestly, if you want to be a smart ass, dont post here.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)