error 033: array must be indexed (variable "AfkText")
#3

and how to Destroy 3D Text Lable after use /back

pawn Код:
if(strcmp(cmdtext, "/back", true) == 0)
    {
        new str[128];
        GetPlayerName(playerid, str, sizeof(str));
        format(str, sizeof(str), "{FF8000}* %s has {C0C0C0}now{FFF1AF} back from {C3C3C3}afk  ", str);
        SendClientMessageToAll(0xFFFF00AA, str);
        TogglePlayerControllable(playerid,1);
        PlayerAfk[playerid] = 0;
        SetPlayerHealth(playerid,100);
        return 1;
     }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)