Jump to content
  • 0

Va rog mult


Skate

Question

Va rog frumos sa ma ajutati.

Am o problema in gm

am adaugat multe AddPlayerClass la  OnGameModeInit si la OnPlayerRequestClass totu este corect si bine,da cand dau spawn ma da cu skinu lu cj chear daca eu aleg de acolo alt skin,de ce?:((

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Va rog frumos sa ma ajutati.

Am o problema in gm

am adaugat multe AddPlayerClass la  OnGameModeInit si la OnPlayerRequestClass totu este corect si bine,da cand dau spawn ma da cu skinu lu cj chear daca eu aleg de acolo alt skin,de ce?:((

  AddPlayerClass pui doar la OnGameModeInit, la OnPlayerRequestClass pui doar coordonatele pozitii player-ului | camerei cand e in Class Selection .

Iar AddPlayerClass arata cam asa:

AddPlayerClass(0, X, Y, Z);

Iar 0 = cu ID-ul skin-ului

Link to comment
Share on other sites

tot nu merge

am  la OnGameModeInit

AddPlayerClass(60,  1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);

AddPlayerClass(132, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);

AddPlayerClass(137, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);

AddPlayerClass(158, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);

AddPlayerClass(33,  1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);

si la OnPlayerRequestClass

  GameTextForPlayer(playerid, "~r~~h~Select Skin", 500, 3);

SetPlayerInterior(playerid,7);

SetPlayerPos(playerid,-1450.9603,1572.1406,1058.6476);

    SetPlayerFacingAngle(playerid, 134.9805);

    SetPlayerInterior(playerid,14);

    SetPlayerCameraPos(playerid,-1454.9603,1573.1406,1060.6476);

    SetPlayerCameraLookAt(playerid,-1450.9603,1572.1406,1058.6476);

    ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0);

si tot dak dau pe alt skin ma da tot cu CJ .:(

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.