Is it possible to have npc bot's when choosing a skin ?
#1

So yeah the question is , is it possible to have npc bot's when choosing skin ? (OnPlayerRequestClass)
Reply
#2

Yeah, but what for?
Reply
#3

https://sampforum.blast.hk/showthread.php?tid=309620
Reply
#4

Quote:
Originally Posted by Hamam
Посмотреть сообщение
I mean showing npc's on OnPlayerRequestClass callback . Not to change skin .
Reply
#5

public OnPlayerSpawn(playerid)
{

if(!strcmp(playername,"BotName",true)) {
SetPlayerSkin(playerid, 61); //skin id :remplace 61
return 1;
}
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)