npc class character?
#1

it looks like it doesn't matter with what character I record my .rec file, the character will always be the same :l
is it possible to give the npc another class?
it's weird if they all walk around the city with the same class
Reply
#2

SetPlayerSkin? But this won't work in NPC-script because there isn't any skin function in a_npc.inc file.
Reply
#3

Use this function to OnPlayerRequestClass:
Код:
SetSpawnInfo( playerid, team, skin, X,Y,Z,Angle,Weapon1,Ammo1,Weapon2,Ammo2,Weapon3,Ammo3);
Gamestar
Reply
#4

Quote:
Originally Posted by Don Correlli
SetPlayerSkin? But this won't work in NPC-script because there isn't any skin function in a_npc.inc file.
oh I thought this function didn't work on npc's
thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)