why my /bk dont work
#2

cuz you forgot the return 1;
try
pawn Код:
if(strcmp(cmdtext, "/bk", true) == 0)
    {
    for (new i = 0; i < MAX_PLAYERS; i++)
    {
    if(GetPlayerTeam(i) == TEAM_COP)
    {
    new name[255];
    GetPlayerName(playerid, name, 255);
    new string[256];
    format(string,256,"Officier %s need Backup, Now! He is Marked Purple on the map!",name);
    SendClientMessageToAll(COLOR_BLUE,string);
    SetPlayerColor(playerid,0x800080AA);
    SetTimer("ChangeColor",30000,0);
    }
    }
    return 1;
    }
Reply


Messages In This Thread
why my /bk dont work - by Geekzor - 03.08.2009, 10:12
Re: why my /bk dont work - by James_Alex - 03.08.2009, 10:22

Forum Jump:


Users browsing this thread: 2 Guest(s)