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]