Jump to content
  • 0

Question

Posted

Sall cand intru pe serverul meu ami apare sa aleg asa skinurile http://img820.imageshack.us/img820/1512/44084119.png si eu vreau asa sa vie http://img42.imageshack.us/img42/8193/47109484.png cum pot face asa?

10 answers to this question

Recommended Posts

Posted

Ok, pune asta la OnPlayerRequestClass:

    SetPlayerPos(playerid,-1450.9603,1572.1406,1058.6476);
    SetPlayerFacingAngle(playerid, 134.9805);
    SetPlayerCameraPos(playerid,-1454.9603,1573.1406,1060.6476);
    SetPlayerCameraLookAt(playerid,-1450.9603,1572.1406,1058.6476);
    ApplyAnimation(playerid,"RIOT","RIOT_shout",4.0,1,0,0,0,0);

Zimi daca a mers, sau daca vroiai sa faci altceva iate dupa Exemplul meu!

142sj0l.png

Underground-GFX

Posted

   

SetPlayerPos(playerid,-1450.9603,1572.1406,1058.6476+1000);
    SetPlayerFacingAngle(playerid, 134.9805);
    SetPlayerCameraPos(playerid,-1454.9603,1573.1406,1060.6476+1000);
    SetPlayerCameraLookAt(playerid,-1450.9603,1572.1406,1058.6476+1000);
    SetPlayerWeather( playerid, 0 );
    ApplyAnimation(playerid,"RIOT","RIOT_shout",4.0,1,0,0,0,0);

Posted

Pune ma asa:

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,"RIOT","RIOT_shout",4.0,1,0,0,0,0);

Ce ti-a dat roach era bun dar nu avea interiorul acela ca sa vezi acea "mapa"

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.