Search Results
Quote: Originally Posted by Crayder if(targetName == "dopgs9NPC") >> if(!strcmp(targetName, "dopgs9NPC")) Thank you very much.
140
So I have an annoying issue with arrays here. I'm using FCNPC and I need to acquire the NPC name and match it with a string. ERROR: pawn Код: error 033: array must be indexed (variable "targetNa...
140
Well, I didn't want to start a discussion about my problems on someone else's topic.
139
Hey, So since the 0.3.7 update I'm having troubles with the AimAt function. The server and plugin are both running the latest versions (0.3.7) Whenever I use FCNPC_AimAt, the bot is doing nothing bu...
139
Quote: Originally Posted by Misiur Yup, you need timer though 1. When key gets pressed, start a (repeating) timer to decrease amount of "ammo" left 2. When it gets released, or there is n...
109
Hello, So I have a script with a fire extinguisher and a variable. Now I created a function that will mimic the ammo of the fire ex. in the variable. But here is the problem: The variable gets update...
109
'u' will accept an integer so why would you want to use 'i'?
113
Does anyone know if you can create factions (/factions) in game?
24,016
Quote: Originally Posted by joedyjoe Thanks. But how do I compile it, what to write / do? When I press this: It just pops up as an empty space: What to write? I think it's still co...
136
Quote: Originally Posted by CalvinC Look in the trash category. Thanks, I've found them.
78
Hey, Can someone tell me the ID('s) of the wrecked/burned car objects? The ones you generally see in zombie servers. I can't find the object. I've searched for vehicle object ID's, car objects, wreck...
78
Quote: Originally Posted by Mijata i can't understand give example No, we are not going to give you the code. Calvin explained it pretty clear so just go ahead and change the things he ...
208
Of course he will get a white color, because you do SetPlayerColor to white!
208
You are checking if donator is equal 1 but also if its equal to 0. Use: Код: if(pInfo[playerid][Donator] == 0) { SendClientMessage(playerid, RED, "You need to be vip for donator team"); return 0;...
123
Try: 'new w = 0;' instead of 'new w;'
595
Quote: Originally Posted by Abagail Yeah the aim data seems to be off. Try offsetting the player's coordinates and see what works. Also, try using this function(by StrickenKid - converted ...
202
It didn't do much either. I got a screenshot though.
202
'Aiming' was not defined so I created: 'new Aiming[MAX_PLAYERS];'. The bot is acting the same way as before, therefore the the problem still exists :/
202
I can't really provide a screenshot because it happens so fast, although the upper part of the body just goes invisible for like a few hundred milliseconds and then it turns back to normal. And this s...
202