#1

Can someone give me a /me command, also I'm willing to pay 1 USD over paypal if anyone can make me a /beg [ID] [Amount] command.

Player 1 : /beg 3 5
player 2 : /acceptbeg
Then player 1 gets 5 dollars.
Reply
#2

You can find the strcmp version here. For other things, ask in the script request topic.
Reply
#3

They never reply in the script request topic, and this /me you gave me everyone see's it. I asked for a /me where only people around you see it.
Reply
#4

Код:
//------------------------------------------------------------------------------------------------------
	if(!strcmp(cmdtext, "/me", true, 3))
  {
    if(!cmdtext[3])return SendClientMessage(playerid, 0xFF9900AA, "USAGE: /me [Text]");
    new str[128];
    GetPlayerName(playerid, str, sizeof(str));
    format(str, sizeof(str), "* %s %s", str, cmdtext[4]);
    SendClientMessageToAll(0xFFFF00AA, str);
    return 1;
  }
//------------------------------------------------------------------------------------------------------
Reply
#5

You can easily change it to the one you like by using the IsPlayerInRangeOfPoint function with a loop for all players.
Reply
#6

Quote:
Originally Posted by Don Correlli
You can easily change it to the one you like by using the IsPlayerInRangeOfPoint function with a loop for all players.
What's that.
Reply
#7

Quote:
Originally Posted by Sal_Kings
Quote:
Originally Posted by Don Correlli
You can easily change it to the one you like by using the IsPlayerInRangeOfPoint function with a loop for all players.
What's that.
dude he can't give u a whole code , http://wiki.sa-mp.com
Reply
#8

Quote:
Originally Posted by [AC
Etch ]
dude he can't give u a whole code , http://wiki.sa-mp.com
I can, but i don't want to. If i'll keep giving him the whole code then he'll never learn how to script.

At least try to create something by yourself.
Reply
#9

that what i meant don.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)