Some Little Help
#1

pawn Код:
else if(iDM2[playerid] == 2)
    {
        new strrr[128]
//line 846 below
            GetPlayerName(playerid, strrr, sizeof(strrr))format(strrr, sizeof(strrr), "|-DM NEWS-|%s Has Left the Walkies-DM!(/cancel)", strrr);
        SendClientMessageToAll(COLOR_HOT, strrr);
        ResetPlayerWeapons(playerid);
        SpawnPlayer(playerid);
    }
    return 1;
}
Код:
(846) : error 001: expected token: ";", but found "-identifier-"
Any help here. I don't really see anything wrong.
Reply
#2

pawn Код:
new strrr[128];
you forgot the ;
Reply
#3

Ah...LMFAO!! Thanks dude, hahaha
Works like a charm! Sorry I was in a rush so I sorta had little time to fix... Thanks! It was something that easy xD
Reply
#4

Hahah, it's a common mistake, i would have to admit i do the same thing alot .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)