Jump to content
  • 0

Problema


mR.KerigaN

Question

Nick: mR.KerigaN

Problema: Tag Mismatch

Erori / warnings:C:\Users\C.I.P\Desktop\Reclame\PRONION\GodFather.pwn(51750) : warning 213: tag mismatch

Lini/script:  if(PlayerInfo[playerid][pGift] == 1)

  {

        SendClientMessage(playerid, COLOR_GREY, "You don`t have a gift. ");

        return 1; }

    if ( premiu == 0 ) {

        PlayerInfo[playerid][pPills] += 150;

        PlayerInfo[playerid][pGift] = 1;

        SendClientMessage(playerid, 0xFF0033FF, "» Gift: {FFFFFF}Felicitari ai castigat 150 Pills.");

        SaveAccounts(); OnPlayerUpdateEx(playerid);

      }

Ai incercat sa rezolvi singur ?: Da

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

if (strcmp("/gift", cmdtext, true, 10) == 0) {

        new premiu = random ( 8 );

if(PlayerInfo[playerid][pGift] == 1)

{

        SendClientMessage(playerid, COLOR_WHITE, "Ai luat deja un cadou !");

        return 1; }

    if ( premiu == 0 ) {

        PlayerInfo[playerid][pPills] += 150;

        PlayerInfo[playerid][pGift] = 1;

        SendClientMessage(playerid, 0xFF0033FF, "» Gift: {FFFFFF}Felicitari ai castigat 150 Pills.");

        SaveAccounts(); OnPlayerUpdateEx(playerid);

      }

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.