üdv sziasztok
az lenne a gondom h az npc csak áll egyhelyben mint a f**z pedig a valaga alá nyomtam egy kocsit is de lehet vlamit elrontottam, am ez a tuto alapján csináltam:http://sa-mp.gportal.hu/gindex.php?pg=33565278itt van ami az npcmodes mappában van:[pawn]
#define RECORDING \"mynpc2\"
#define RECORDING_TYPE 1
#include <a_npc>
public OnRecordingPlaybackEnd ( )
{
StartRecordingPlayback ( RECORDING_TYPE, RECORDING );
return 0;
}
#if RECORDING_TYPE == 1
public OnNPCEnterVehicle ( vehicleid, seatid )
{
StartRecordingPlayback ( RECORDING_TYPE, RECORDING );
return 0;
}
public OnNPCExitVehicle ( )
{
StopRecordingPlayback ( );
return 0;
}
#else
public OnNPCSpawn ( )
{
StartRecordingPlayback ( RECORDING_TYPE, RECORDING );
return 0;
}
#endif[/pawn]
és ez az ami a scriptfiles-ban van :[pawn]
#include <a_samp>
new npcveh;
public OnFilterScriptInit ( )
{
ConnectNPC(\"Gyuri_Bacsi\", \"load\");
npcveh = CreateVehicle ( 31,94.8997,-171.3246,2.6772,268.4813,250,1, -1 );
return 1;
}
public OnPlayerSpawn ( playerid )
{
if ( IsPlayerNPC ( playerid ) )
{
new npcname [ MAX_PLAYER_NAME ];
GetPlayerName ( playerid, npcname, sizeof ( npcname ) );
if ( !strcmp ( npcname, \"Gyuri_Bacsi\", true ) )
{
PutPlayerInVehicle ( playerid, npcveh, 0 );
}
return 1;
}
return 1;
}[/pawn]
elõre is köszi a válaszokat a + nem marad el