Search Results
Quote:
Originally Posted by Z3nx31L
How to i make pathfinder for FCNPC?
hi, you use Pathfinder.inc
example:
PHP Code:
#include <a_samp>
#include <PathFinder>
#include...
255
Quote:
Originally Posted by antixgaming
Sort the strings (only if you have strings not single string) and sort them out from lowest argument to highest argument (ASCII chars and indexes).
...
282
Quote:
Originally Posted by TheToretto
Check out this include: https://github.com/oscar-broman/md-sort
Very thx friend. i got it, but i dont know the way use it alphabetly, could you he...
282
Hello guys, how can I alphabetically order a string on a dialog? thx friends +rep
This is my code:
PHP код:
if(IsPlayerInRangeOfPoint(playerid, 4.0, -118.4777,-1208.6708,4.5859))//F1
   ...
282
Quote:
Originally Posted by NaS
Does ColAndreas work correctly? If it doesn't work, the NPCs will not rotate at all so if that is the case, follow the instructions in the ColAndreas thread...
15,436
Hi NAS!, friend i have a problem with this script, when I load this filescript with 250 npc drivers, the cars are like they have lag, they go stumbling, do you know why this happens? in the video I se...
15,436
Hi friend, can u upload video for see it?? too, i want if u could upgrade at FCNPC 2.0 , thx very much
6,201
Quote:
Originally Posted by Kaliber
Write it like this and check the logs out
PHP код:
public OnPlayerUpdate(playerid)Â
{Â
    if(GetPlayerAnimationIndex(playerid) != 0)Â...
170
hello guys, i need help with this, what's wrong with the code, dont work?? +rep
PHP код:
public OnPlayerUpdate(playerid)
{
Â
        if(GetPlayerAnimationIndex(playerid) == 551) /...
170
Quote:
Originally Posted by bookknp
hello guys, could someone tell me how to start a recording in FCNPC 2.0? (callbacks, native, etc)
I have this code but dont work:
PHP код:
publ...
212
hello guys, could someone tell me how to start a recording in FCNPC 2.0? (callbacks, native, etc)
I have this code but dont work:
PHP код:
public OnGameModeInit()
{
    bot19 = FCNPC_...
212
Quote:
Originally Posted by Kevinas100
Use FCNPC_GiveAmmo, I had the same problem, it doesn't shoot because it doesn't have ammo
Thx very much Kevinas100, +rep
365
Quote:
Originally Posted by bookknp
Hello guys, I have a problem when I put FCNPC_AimAtPlayer dont shot, it stays aiming but it does not shoot. Why does this happen? I have version 2.0, in...
365
Hello guys, I have a problem when I put FCNPC_AimAtPlayer dont shot, it stays aiming but it does not shoot. Why does this happen? I have version 2.0, in previous versions it worked perfectly.
PHP к...
365
Quote:
Originally Posted by Kaliber
Please show us the code, how you set the animation.
It is a FS.
PHP код:
#include <zcmd>
#pragma tabsize 0
#define SPECIAL_ACTION_...
399
Quote:
Originally Posted by ******
00FF00
0x00FF00AA // AA, 99, 11 Clarity for example
205
hello guys again, I try to synchronize the animations, when I enter in an interior and go back at street the animation that is being made is not seen again, why is this happening?
the same thing happ...
399
Quote:
Originally Posted by JaKe Elite
What do you want to do exactly? OnPlayerStreamIn is only called when a player streams on another player's screen (range, client-side)
Hi guy, I'm ...
399
hi guys, i look for sync animations every time you enter a server or you go indoors because i see the other player, i know you should use the callback called OnPlayerStreamIn (playerid) but i do not k...
399
Quote:
Originally Posted by ItsRobinson
Just do this:
PHP код:
/*Top of script*/
#define TEAM_MAFIA 0x69696999;
#define TEAM_BIKER 0xFF660099;
/*etc...*/
/*replace yours wi...
168