Jump to content
  • 0

problema skinuri


DNG

Question

Sal all ,am si eu o problema cu skinurile

[

// Don't use these lines if it's a filterscript
	SetGameModeText("Blank Script");
	AddPlayerClass(0,2523.1187,-1658.9249,15.4935,97.9405,0,0,0,0,0,0);
	AddPlayerClass(287,2026.9639,1344.0927,10.8203,287.3160,0,0,0,0,0,0);
	AddPlayerClass(285,2518.0879,-1677.2252,14.3564,48.4222,0,0,0,0,0,0);
        return 1;
am modificat si la
OnPlayerRequestClass(playerid, classid)
{
    SetPlayerInterior(playerid,5);
    SetPlayerPos(playerid,323.4,305.6,999.1);
    SetPlayerFacingAngle(playerid, 90.0);
    SetPlayerCameraPos(playerid,323.4-1.5-1.0,305.6,999.1+0.7);
    SetPlayerCameraLookAt(playerid,323.4-1.0,305.6,999.1+0.7);
    return 1;

problema este ca intru in joc cu un skin si nu m-ai vad nimika , cateodata m-ai vad usi

20fys7d.png

Servaru e inceput de la 0, inainte ma dadea cu Cj in lv ,la treptele rulante, imi puteti explica ce sa fac plz.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

in loc de

OnPlayerRequestClass(playerid, classid)
{
    SetPlayerInterior(playerid,5);
    SetPlayerPos(playerid,323.4,305.6,999.1);
    SetPlayerFacingAngle(playerid, 90.0);
    SetPlayerCameraPos(playerid,323.4-1.5-1.0,305.6,999.1+0.7);
    SetPlayerCameraLookAt(playerid,323.4-1.0,305.6,999.1+0.7);
    return 1;
}
asa ca trebuie sa scrii
OnPlayerRequestClass(playerid, classid)
{
    SetPlayerInterior(playerid,0);
    SetPlayerPos(playerid,323.4,305.6,999.1);
    SetPlayerFacingAngle(playerid, 90.0);
    SetPlayerCameraPos(playerid,323.4-1.5-1.0,305.6,999.1+0.7);
    SetPlayerCameraLookAt(playerid,323.4-1.0,305.6,999.1+0.7);
    return 1;
}

si merge 100%

Problema este ca ai pus interiorul 5 ci nu 0.

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.