15.04.2013, 17:05
You can set the Skin for a bot when he spawns.
Next time use please search function or ******.
Same Question
pawn Код:
public OnPlayerSpawn(playerid)
{
if(IsPlayerNPC(playerid))
{
new name[24];GetPlayerName(playerid,name,24);
if(strcmp(name,"BOTNAME",true)!=0)
{
SetPlayerSkin(playerid, IDSKIN);
}
}
}
Same Question

