Posts: 23
Threads: 3
Joined: Apr 2011
Reputation:
0
All download Links are down ....
Posts: 618
Threads: 31
Joined: Feb 2011
Reputation:
0
mh..weird it worked for me although the downloadpage loaded very slow
Posts: 2,334
Threads: 62
Joined: Dec 2009
Reputation:
0
I'm pretty sure that Mauzen's VPS went down, he has announced months ago that he couldn't pay the service anymore so looks like the service closed today. Just wait for him to upload other mirrors.
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Forgot to announce that here. I quitted my old vps contract because its price/perfomance rating sucks in meanwhile (hired it 2 years ago). Ill rent a new one soon, probably with the same domain (i dont actually own that domain because it was included with the vps, need to clarify some things with my hoster). Database and files are dumped, so the links will become valid again when the server is back.
Till then I added a alternative link for the most recent version to the first post.
Posts: 416
Threads: 50
Joined: Mar 2013
[quote=Mauzen;2507614]Add a short delay between setting the two keysets, and at the end, else the whole thing will just be one segment long, and the npc doesnt have the "time" to do anything.
Quote:
Originally Posted by xDarkuzSx
yea I use this code:
pawn Код:
RNPC_CreateBuild(npcid, PLAYER_RECORDING_ONFOOT); // start build mode RNPC_SetWeaponID(35); // Rocket Laucher RNPC_SetKeys(128); // <-- this function doesn't work with the rocket laucher.. RNPC_AddPause(10); RNPC_SetKeys(128 + 4); //and this. RNPC_AddPause(10); RNPC_FinishBuild(); RNPC_StartBuildPlayback(npcid);
|
dont work
Posts: 249
Threads: 26
Joined: Jan 2011
Reputation:
0
Just noticed, using SetRNPCPos(npcid, x,y,z);
in the same callback where SetRNPCSkin(npcid, skinid); is being used, will cause the NPC not to be teleported to its position of SetRNPCPos.
Posts: 416
Threads: 50
Joined: Mar 2013
Quote:
Originally Posted by Kwarde
Yeah, well; I did 128 + 4. Isn't that aim+shoot? :P (FYI, When I let a RNPC shoot, I never use just the FIRE button, I use AIM+FIRE always )
|
Don't work...
the rnpc don't shoot me
and i use AIM KEY(127) AND KEY_FIRE(4)
Posts: 416
Threads: 50
Joined: Mar 2013
Quote:
Originally Posted by Kwarde
FYI, Aim Key = 128.
Did you try this with an RPG? Because that doesn't work.
|
Dont work , i use KEY 128 AND 4 with add pause or not.. The rnpc dont shoot, i test this with Rocket Laucher..
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Someone could try to record and playback shooting a rpg the old manual way, then we see if its a RNPC problem, or a problem with the npc system itself.
Posts: 416
Threads: 50
Joined: Mar 2013
Hi, I have other question...
As I can do to who the NPC's not float?
I use the function: RNPC_AddMovementAlt
But if I wear under of a bridge the NPC's rise up (above of the bridge) and is very annoying,їhow to i can make a function that does not float but they are always glued to the floor?
D.P: Sorry for my English, but it is I am from Mexico and I'm learning English.
Posts: 416
Threads: 50
Joined: Mar 2013
Quote:
Originally Posted by TheArcher
@xDarkuzSx There could be finding the current Z position from MapAndreas... Try using
pawn Код:
MapAndreas_FindZ_For2DCoord
or at least we need a way to change the Z coord.
|
still going the same!