SetCamera "LAGG"?
#1

My login need to look like:

But him look like:



Why ? how can i fix the camera pos?
Код:
        SetPlayerCameraPos(playerid, 1479.3499,-1705.2402,17.3836);	<-- 
        SetPlayerCameraLookAt(playerid, 1483.3499,-1708.2402,21.3836);		 <--
        TextDrawShowForPlayer(playerid, Area);
	    TextDrawShowForPlayer(playerid, Area1);
	    TextDrawShowForPlayer(playerid, Area2);
     	TextDrawShowForPlayer(playerid, Area3);
	    TextDrawShowForPlayer(playerid, Area4);
	    TextDrawShowForPlayer(playerid, Area5);
     	TextDrawShowForPlayer(playerid, Area6);
	    TextDrawShowForPlayer(playerid, Area7);
	    TextDrawShowForPlayer(playerid, Area8);	
            TextDrawFlagShowForPlayer(playerid, FLAG_TYPE_ROMANIA, 190.0, 31.0, 1);		
		gPlayerAccount[playerid] = 0;
		new regstring[128];
		new regname[64];
		GetPlayerName(playerid,regname,sizeof(regname));
		format(regstring,sizeof(regstring),"{99CCFF}Bun venit %s\n{99CCFF}Te rugam sa-ti introduci o parola in chenarul de mai jos:",regname);
		ShowPlayerDialog(playerid,12345,DIALOG_STYLE_PASSWORD,"Register",regstring,"Register","Exit");
		return 1;
I want to make the camera pos to work on login but idk how.. because simple DON'T WORK .. why?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)