belépés elõtt jó volt?
kéne az a parancs.. és segítennék!
zsoca másold be a dialogresponse alatti részt ami a ház rendszerrel kapcsolatos vagy azt a részt ahol kilépsz a házból, ha nem látsz semmit akkor oda írd hogy : SetPlayerInterior(playerid,0);
House_Exit(playerid, HouseID){// Set the player in the normal world againSetPlayerVirtualWorld(playerid, 0);SetPlayerInterior(playerid, 0);// Set the position of the player at the entrance of his houseSetPlayerPos(playerid, AHouseData[HouseID][HouseX], AHouseData[HouseID][HouseY], AHouseData[HouseID][HouseZ]);// Also clear the tracking-variable to track in which house the player isAPlayerData[playerid][CurrentHouse] = 0;// Check if there is a timer-value set for exiting the house (this timer freezes the player while the environment is being loaded)if (ExitHouseTimer > 0){// Don\'t allow the player to fall TogglePlayerControllable(playerid, 0);// Let the player know he\'s frozen for 5 secondsGameTextForPlayer(playerid, TXT_ExitHouseReloadEnv, ExitHouseTimer, 4);// Start a timer that will allow the player to fall again when the environment has loadedSetTimerEx(\"House_ExitTimer\", ExitHouseTimer, false, \"ii\", playerid, HouseID);}return 1;}forward House_ExitTimer(playerid, HouseID);public House_ExitTimer(playerid, HouseID){// Allow the player to move again (environment should have been loaded now) TogglePlayerControllable(playerid, 1);// Respawn the player\'s vehicles near the house (only the vehicles that belong to this house)for (new CarSlot; CarSlot < 10; CarSlot++)if (AHouseData[HouseID][VehicleIDs][CarSlot] != 0) SetVehicleToRespawn(AHouseData[HouseID][VehicleIDs][CarSlot]);return 1;}
Meg nem tudom, hogy ezzel segítek-e: [08:29:11] Script[gamemodes/PPC_Trucking.amx]: Run time error 19: \"File or function is not found\"[08:29:11] Script[gamemodes/PPC_Trucking.amx]: Run time error 19: \"File or function is not found\"[/quote]ez általában akkor szokott elõ jönni ha nincs a gamemodeban a main () {} rész vagy nincs betöltve 1 plugin.és próbáltad oda írni a house exit alá az object betöltönek a timerét?
sscanf és a streamer plugin be van töltve?
[11:39:27] Server Plugins[11:39:27] --------------[11:39:27] Loading plugin: sscanf[11:39:27] [11:39:27] ===============================[11:39:27] sscanf plugin loaded. [11:39:27] (c) 2009 Alex \"Y_Less\" Cole[11:39:27] ===============================[11:39:27] Loaded.[11:39:27] Loading plugin: streamer[11:39:27] *** Streamer Plugin v2.5.2 by Incognito loaded ***[11:39:27] Loaded.[11:39:27] Loaded 2 plugins.
ez általában akkor szokott elõ jönni ha nincs a gamemodeban a main () {} rész vagy nincs betöltve 1 plugin.és próbáltad oda írni a house exit alá az object betöltönek a timerét?[/quote]Sztem a gamemode-al nem lehet baj, mert mióta mûködött nem piszkáltam bele.
Vedd le újra.
A módot. http://users.telenet.be/vge/downloads/PPC_Trucking6.zip