Detaljan opis problema: E ovako radio sam po jednom tutu Tutorial u TD-ovima i nece da mi prikaze.
Dio skripte: evo vam on player connect gdje bi trebalo da prikaze TD:
public OnPlayerConnect(playerid)
{
ImeTutoriala = TextDrawCreate(93.000000, 97.000000, "Tutorial 1");
TextDrawBackgroundColor(ImeTutoriala, 255);
TextDrawFont(ImeTutoriala, 1);
TextDrawLetterSize(ImeTutoriala, 0.750000, 1.700000);
TextDrawColor(ImeTutoriala, 0xFFFF00C8);
TextDrawSetOutline(ImeTutoriala, 0);
TextDrawSetProportional(ImeTutoriala, 1);
TextDrawSetShadow(ImeTutoriala, 1);
////////////////////////////////////////////////////////////////////////////////////////
TutorialVreme = 1;
if(TutorialVreme >= 1)
{
TutorialVreme += 1;
if(TutorialVreme == 5)
{
TextDrawShowForPlayer(playerid, ImeTutoriala);
}
else if(TutorialVreme == 10)
{
SetPlayerPos(playerid,1438.9030,-1715.9756,13.2786);
SetPlayerCameraPos(playerid, 1438.9030,-1715.9756,13.2786);
SetPlayerCameraLookAt(playerid, 1438.9030,-1715.9756,13.2786);
}
}
///////////////////////////////////////////////////////////////////////////////////
if(fexist(UserPath(playerid)))
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,"Prijavljivanje","Ukucajte lozinku da bi se ulogovali","Prijavi se","Izadji");
}
else
{
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,"Registracija","Ukucajte lozinku da bi se registrovali.","Registruj se","Izadji");
}
reportovo = 0;
return 1;
}Neke slike/video za lakse dobivanje pomoci(neobavezno): //
