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

pawn Код:
if(!strcmp(cmdtext,"/l",true)) //If the text starts with a '$', it'll send OOC.
{
new pName[MAX_PLAYER_NAME], string[128], text[64];
 GetPlayerName(playerid, pName, sizeof pName);
format(string,sizeof string,"[OOC] %s: %s",pName, text);
SendClientMessageToAll(0x0000ffff,string);
return 1;
}
But that not work (i think) , but why you dont use ZCMD ? :S
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: 1 Guest(s)