[Plugin] FCNPC - Fully Controllable NPC sa-mp 0.3x R2
#41

Quote:
Originally Posted by caoraivoso3
Посмотреть сообщение
how i can change maxnpc limit?
Edit your server.cfg file
Reply
#42

Wow nice work!
Reply
#43

very good but how i can put my npc for all the virtual worlds?
Reply
#44

Quote:
Originally Posted by caoraivoso3
Посмотреть сообщение
very good but how i can put my npc for all the virtual worlds?
You cant put them in all virtual worlds at once.
Reply
#45

i want to put the npc being watched in all virtualworlds
Reply
#46

iknow and it is impossible
Reply
#47

ok then thanks anyway i can do this with checkpoints but i cant do it with npcs, but in some servers i see npcs in diferent virtualworlds well i think i see it is the same npcs for diferent vitualworlds i dont know.
Reply
#48

for example;

you can set npc with id 0 into virtual world 1
but you cant set npc with id 0 into world 1 and 2 and 3.

The only way of doing it is adding another npc for each virtual world but thats pretty lame because you dont want to take so much playerslots for just adding them into different virtual worlds..well..i wouldnt.
Reply
#49

Is it works on 0.3z?
Reply
#50

Maybe useful:

Код:
class CAimSyncData
{
	public:
		BYTE			byteCameraMode;			// 0x0000 - 0x0001
		CVector			vecFront;				// 0x0001 - 0x000D
		CVector			vecPosition;			// 0x000D - 0x0019
		float			fZAim;					// 0x0019 - 0x001D
		BYTE			byteWeaponStateAndZoom;	// 0x001D - 0x001E
		BYTE			unk;		// 0x001E - 0x001F
		// Size = 0x1F

};

Weapon state:
result = (unsigned int)*(_BYTE *)(byteWeaponStateAndZoom) >> 6;

Camera zoom:
v6 = (double)(*(_BYTE *)(byteWeaponStateAndZoom) & 0x3F) * 0.01587301678955555 * 35.0 + 35.0;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)