Can someone help me with this command
#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


Messages In This Thread
Can someone help me with this command - by ruckfules99 - 17.03.2010, 17:47
Re: Can someone help me with this command - by Correlli - 17.03.2010, 17:50
Re: Can someone help me with this command - by ruckfules99 - 17.03.2010, 18:04
Re: Can someone help me with this command - by ruckfules99 - 18.03.2010, 02:30
Re: Can someone help me with this command - by XGh0stz - 18.03.2010, 03:46
Re: Can someone help me with this command - by ruckfules99 - 18.03.2010, 04:03
Re: Can someone help me with this command - by ruckfules99 - 18.03.2010, 15:29
Re: Can someone help me with this command - by ruckfules99 - 18.03.2010, 23:45
Re: Can someone help me with this command - by Steven82 - 19.03.2010, 00:01
Re: Can someone help me with this command - by ruckfules99 - 19.03.2010, 00:04

Forum Jump:


Users browsing this thread: 1 Guest(s)