[Ajuda] Estranho
#1

Galera tava fazendo um mini tutorial pro meu gamemode mas nгo esta aparecendo ¬¬

Code \/
pawn Code:
public OnPlayerSpawn(playerid)
{
    if(PlayerInfo[playerid][Tutorial] == 0)
    {
          new str[130], str2[130];
          if(gettime() < GetPVarInt(playerid, "flood"))
          {
               format(str, sizeof(str), "{FFFFFF}Seja Bem Vindo ao {00FF00}Trucking Brasil{FFFFFF}\n", str,);
               strcat(str2, str);

               format(str, sizeof(str), "{FFFFFF}Leias as regras do servidor, nгo recuse as regras.\n", str);
               strcat(str2, str);

               format(str, sizeof(str), "{FFFFFF}Caso recuse as regras sera {CC0000}kickado{FFFFFF} automaticamente\nLeia com atenзгo.", str);
               strcat(str2, str);

               ShowPlayerDialog(playerid, DIALOG_TUTORIAL, DIALOG_STYLE_MSGBOX, "Tutorial 1/5", str2, "Avanзar", "Cancelar");
         }
    }
    SetPVarInt(playerid, "flood", (gettime() + 10));
        return 1;
}
Onde Deveria Aparecer! Quando desse spawn ele tinha que aparece mas nao aparece.

o que esta errado ?
Reply


Messages In This Thread
Estranho - by mau.tito - 07.12.2012, 20:54
Re: Estranho - by Abravanel - 07.12.2012, 21:05
Re: Estranho - by mau.tito - 07.12.2012, 21:08
Re: Estranho - by TugaBR - 07.12.2012, 21:16
Re: Estranho - by mau.tito - 07.12.2012, 21:18
Re: Estranho - by TugaBR - 07.12.2012, 21:27
Respuesta: Estranho - by JonathanFeitosa - 07.12.2012, 21:37
Re: Estranho - by mau.tito - 08.12.2012, 08:44

Forum Jump:


Users browsing this thread: 1 Guest(s)