I'm to dumb.. Please help me again..
#7

pawn Код:
if(!strcmp(cmdtext,"/l",true)) //If the text starts with a '$', it'll send OOC.
{
if(strlen(cmdtext) < 4) return SendClientMessage(playerid, 0xFFFFFFAA, "USAGE: /l [Text]");
new pName[MAX_PLAYER_NAME], string[128];
 GetPlayerName(playerid, pName, sizeof pName);
format(string,sizeof string,"[OOC] %s: %s",pName, cmdtext[3]);
SendClientMessageToAll(0x0000ffff,string);
return 1;
}
Reply


Messages In This Thread
I'm to dumb.. Please help me again.. - by trapped1 - 26.04.2011, 11:26
Re: I'm to dumb.. Please help me again.. - by Gertin - 26.04.2011, 11:30
Re: I'm to dumb.. Please help me again.. - by trapped1 - 26.04.2011, 11:32
Re: I'm to dumb.. Please help me again.. - by Bilawal2050 - 26.04.2011, 11:32
Re: I'm to dumb.. Please help me again.. - by Gertin - 26.04.2011, 11:39
Re: I'm to dumb.. Please help me again.. - by trapped1 - 26.04.2011, 11:41
Re: I'm to dumb.. Please help me again.. - by xDeadlyBoy - 26.04.2011, 11:53
Re: I'm to dumb.. Please help me again.. - by trapped1 - 26.04.2011, 11:58

Forum Jump:


Users browsing this thread: 2 Guest(s)