Jump to content
  • 0

Question

Posted

Salutare , am un GM , dar atunci cand un player intra , il intreaba cati ani ai , esti baiat/fata si tot asa , dupa aceea spune " Acum vei vedea tutorialul" si nu face nimic.. Niste ajutor ?

3 answers to this question

Recommended Posts

Posted

Unde ?

[pawn]public SetPlayerSpawn(playerid)

{

if(IsPlayerConnected(playerid))

{

    SetPlayerSkin(playerid, PlayerInfo[playerid][pChar]);

    if(PlayerInfo[playerid][pTut] == 0)

    {

new rand = random(sizeof(gRandomPlayerSpawns));

SetPlayerPos(playerid, gRandomPlayerSpawns[rand][0], gRandomPlayerSpawns[rand][1], gRandomPlayerSpawns[rand][2]); // Warp the player

SetPlayerCameraPos(playerid, 374.01, 186.31, 1008.88);

SetPlayerCameraLookAt(playerid, 373.10, 181.40, 1008.53);

SetPlayerInterior(playerid, 3);

PlayerInfo[playerid][pInt] = 3;

SetPlayerFacingAngle(playerid, 349.46);

TextDrawShowForPlayer(playerid, lbt);

TextDrawShowForPlayer(playerid, lbb);

ApplyAnimation(playerid, "PED", "SEAT_down", 4.0999, 0, 1, 1, 1, 0);

TogglePlayerControllable(playerid, 0);

RegistrationStep[playerid] = 1;

ClearChatbox(playerid, 10);

SendClientMessage(playerid, COLOR_GREEN, "----------------------------------------------------------------");

SendClientMessage(playerid, COLOR_GREY, "Bun Venit ! Acum vei fi trimis spre Tutorial.");

SendClientMessage(playerid, COLOR_WHITE, "1. Esti Baiat sau Fata? (Scrie ce esti)");

SendClientMessage(playerid, COLOR_GREEN, "----------------------------------------------------------------");

ClearChatbox(playerid, 2);

return 1;

    }[/pawn]

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.