Jump to content
  • 0

Nu se vede skinu


Question

Guest Cip007
Posted

Sall all....miam pus niste 3 skinuri pe serverul meu...cand e un singur skin se vede....cand sant mai multe nu se vede nici unu....ce fac???va rog ajutatima!!!!!!merci

7 answers to this question

Recommended Posts

Posted

Da-ne ce ai la OnGameModeInit, AddPlayerClass ..

cred ca la aia te referi :)

communitylogosml.png

94.23.120.101:7778

Guest Cip007
Posted

acolo unde este butonu spawn cand intri in svr....nu se vede omu ala cu skinu

Guest Cip007
Posted

uitativa

http://postimage.org/image/54kuqqvy5/

Posted

Arata-ne ce ai sub OnGameModeInit si OnPlayerRequestClass

Guest Cip007
Posted

public OnGameModeInit()

{

// Don't use these lines if it's a filterscript

SetGameModeText("Blank Script");

    AddPlayerClass(0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);

    AddPlayerClass(115, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);

return 1;

}

public OnGameModeExit()

{

return 1;

}

public OnPlayerRequestClass(playerid, classid)

{

SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);

SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);

SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);

return 1;

}

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.