Jump to content

[DELETED]Eroare comanda /pc


CoKKeAdv
 Share

Recommended Posts

Salut, am incercat sa fac comanda comanda /pc , pentru jucatorii premium.

 

CMD:pc(playerid,params[])
{
    new string[250],result[250];
    if(PlayerInfo[playerid][pPremiumAccount] == 0) return 1;
    if(sscanf(params, "s[250]",result)) return SendClientMessage(playerid, COLOR_GREY, "USAGE: {FFFFFF}/pc <text>");
    if(FaceReclama(result)) return Reclama(playerid, result);
    format(string, sizeof(string), "(/pc) Premium %s: %s", GetName(playerid), result);
    foreach(Player, i) {
        if(IsPlayerConnected(i) && PlayerInfo[pPremiumAccount] == 1) {
            MesajLung(i, 0x69C0FFFF, string);
        }
    }
    return 1;
}

Cand compilez , imi da aceste erori , de ce? 

systems.inc(398) : error 017: undefined symbol "GetPlayerCash"
systems.inc(4274) : error 017: undefined symbol "CreateVehicleEx"
systems.inc(4275) : error 017: undefined symbol "CreateVehicleEx"
systems.inc(4276) : error 017: undefined symbol "CreateVehicleEx"
systems.inc(4277) : error 017: undefined symbol "CreateVehicleEx"
systems.inc(4278) : error 017: undefined symbol "CreateVehicleEx"
systems.inc(4281) : error 017: undefined symbol "CreateVehicleEx"
systems.inc(4282) : error 017: undefined symbol "CreateVehicleEx"
systems.inc(4283) : error 017: undefined symbol "CreateVehicleEx"
systems.inc(4284) : error 017: undefined symbol "CreateVehicleEx"
systems.inc(4285) : error 017: undefined symbol "CreateVehicleEx"
systems.inc(4288) : error 017: undefined symbol "CreateVehicleEx"
systems.inc(4289) : error 017: undefined symbol "CreateVehicleEx"
systems.inc(4290) : error 017: undefined symbol "CreateVehicleEx"
systems.inc(4291) : error 017: undefined symbol "CreateVehicleEx"
systems.inc(4292) : error 017: undefined symbol "CreateVehicleEx

Link to comment
Share on other sites

Topic-ul a fost șters deoarece nu ai respectat modelul de postare. Te rugăm sa revii cu alt topic in care să respecți modelul.

Topic șters!

Respecta si vei fi respectat.

 

BigInt Pawn:

Pacman C++: 

Snake C++:

Minesweeper C++:

 

mattbb.cash

leaks.ro

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...