02.03.2009, 19:08
line is not wrong.
replace this:
With:
replace this:
pawn Код:
if(strcmp(cmd, "/cb", true) == 0)
{
if(IsPlayerConnected(playerid))
{
new string[128];
pawn Код:
if(strcmp(cmd, "/cb", true) == 0)
{
if(IsPlayerConnected(playerid))
{
new string[128], sendername[MAX_PLAYER_NAME];