Ok hier:
ZitatAlles anzeigenUntested:
new NoobBot;
public OnPlayerConnect(playerid)
{
if(IsPlayerNPC(playerid))
{
new NoobBot[MAX_PLAYER_NAME];
GetPlayerName(playerid, NoobBot, sizeof(NoobBot));
if(!strcmp(NoobBot, "NoobBotRecData", true)
}
return 1;
}
public OnPlayerSpawn(playerid)
{
if(IsPlayerNPC(playerid))
{
new NoobBot[MAX_PLAYER_NAME];
GetPlayerName(playerid, NoobBot, sizeof(NoobBot));
if(!strcmp(NoobBot, "NoobBotRecData", true))
{
SetPlayerSkin(NoobBot,26);
}
}
return 1;
}
public OnGameModeInit()
{
ConnectNPC("NoobBot","NoobBotRecData");
return 1;
}
Ich hoffe du siehst wie man das einfügen muss am sonsten schreibste mich einfach an.
und hier noch die Datei die die Playbackdatei hohlt.
***WICHTIG***
Schreib deine .rec zu NoobBotRecData um.
Gruss: Sonic