Stereo Car HELP!
#3

Quote:
Originally Posted by [N
BL!nk ]
Why not use a /me command?

Код:
if(!strcmp(cmdtext, "/me", true, 3)) {
if(!cmdtext[3])return SendClientMessage(playerid,COLOR, "usage: /me [message]");
new str[128];
GetPlayerName(playerid, str, sizeof(str));
format(str, sizeof(str), "* %s %s .", str, cmdtext[4]);
SendClientMessageToAll(COLOR, str);
return 1;}
Basicly the same thing, just type /me Puts a CD in the Fuel CD
He want to play GTA SA sounds.....not just /me rp it :P
Reply


Messages In This Thread
Stereo Car HELP! - by aleancuervo - 29.04.2010, 18:47
Re: Stereo Car HELP! - by -Rebel Son- - 29.04.2010, 18:51
Re: Stereo Car HELP! - by Steven82 - 29.04.2010, 22:57

Forum Jump:


Users browsing this thread: 1 Guest(s)