10.02.2012, 04:44
Say a NPC is walking is there a way to pause the NPC and then play the NPC again?
if(IsPlayerNpc(playerid))
{
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
if(strcmp(pName, "Yourbotname") == 0)
{
return 0;
}
}