Jump to content

Question

Posted

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

1 answer to this question

Recommended Posts

Posted

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);

      }

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.