Posts: 53
Threads: 17
Joined: Sep 2012
Reputation:
0
Hi Guys i want to change the skin of my bot how what i need to put i want this skin ID 251
_______________
#include <a_npc>
readaction()
{
StartRecordingPlayback(2,"bot");
}
public OnNPCSpawn()
{
readaction();
return 1;
}
public OnRecordingPlaybackEnd()
{
readaction();
}
Posts: 53
Threads: 17
Joined: Sep 2012
Reputation:
0
Dont works maybe i put it at the wrong place can you put it for me i got this
______________________________________
public OnPlayerRequestClass(playerid, classid)
{
if(IsPlayerNPC(playerid)) return 1;
if(gPlayerHasCitySelected[playerid]) {
ClassSel_SetupCharSelection(playerid);
return 1;
} else {
if(GetPlayerState(playerid) != PLAYER_STATE_SPECTATING) {
TogglePlayerSpectating(playerid,1);
TextDrawShowForPlayer(playerid, txtClassSelHelper);
gPlayerCitySelection[playerid] = -1;
}
}
return 0;
}
Posts: 53
Threads: 17
Joined: Sep 2012
Reputation:
0
Dont works same error
__________________________________________________ _____________________
G:\SA-MP\gamemodes\grandlarc.pwn(87) : error 017: undefined symbol "GetRPName"
G:\SA-MP\gamemodes\grandlarc.pwn(90) : error 017: undefined symbol "SafeSetPlayerSkin"
Posts: 53
Threads: 17
Joined: Sep 2012
Reputation:
0
Still Nothing Error:
error 017: undefined symbol "GetRPName"
error 017: undefined symbol "SafeSetPlayerSkin"