Search Results
Anyone who can help me with this? ^^
140
Quote: Originally Posted by cessil I haven't ever had this problem, it sounds like something in the script is changing the killerid It has been like that on all my servers, and i am on ...
295
Quote: Originally Posted by Jefff so use if(IsPlayerNPC(playerid)) return 1; ? Its not that, i use a NPC so no one can get ID 0 and get all the free kills
295
Quote: Originally Posted by iGetty Nope. Use: INVALID_KILLER_ID < I think, or it could be - if(killerid == INVALID_KILLER_ID) If that's what you're talking about. I have tried tha...
295
OnPlayerDeath? I mean...if you suicide or dies in a vehicle, blow ur self to the mighty god with a RPG, ID 0 gets the honor for the kill what ever ID you have. Thats why i have a NPC on ID 0 to avoi...
295
Quote: Originally Posted by Buzzbomb Delete3DTextLabel(Airwolves); Might Remove it For all Players.. Thanks! but of some reason it doesnt removes the label, and it shall removes for a...
137
Hello! I getting a warning on this, how do i correct it? i have tried these codes pawn Код: Delete3DTextLabel(Airwolves,playerid); //number of arguments does not match definitionDelete3DTextLab...
137
Quote: Originally Posted by DarkEuporia Is it possible to get a script where Bots Fly Planes and Drive cars and trains. Saw one earlier but cant seem to find it. Looked good but i had to l...
124
Quote: Originally Posted by Lorenc_ pawn Код: stock IsVehicleUpsideDown(vehicleid){    new Float:quat_w,Float:quat_x,Float:quat_y,Float:quat_z;    GetVehicleRotationQuat(vehicleid,...
140
Quote: Originally Posted by Nero_3D You would need to use GetVehicleRotationQuat But since its very advanced maths I cant help you with that The best thing I would suggest is to search th...
140
pawn Код: CMD:createcar(playerid, params[]){        new veh,color1,color2;        if (!sscanf(params, "iii", veh, color1,color2))        {          new Float:x, Float:y, Float:z;Â...
86
Hello! I have this, it gets "GetVehiclePos" and "VehicleZAngle" CODE: pawn Код: VehicleFire[id] = 1;                        if(IsValidObject(VehicleBomb[id][0]))              Â...
140
Quote: Originally Posted by JamesC pawn Код: COMMAND:load(playerid,vehicleid, params[]){    new id = GetPlayerVehicleID(playerid);    /*new        Float:x,        Float:y,Â...
192
[QUOTE=JamesC;1624287]VehicleFire[id] = 0; should be placed before you call the function AddVehicleMissiles since it checks if VehicleFire equals false.[/QUOT] So then i just can try with replace Add...
192
It seams it doesnt matter what i am doing..the commands still bugging. I have tried to fix this for 3 days now. And it seams that when you have to type /load twice bc of someone /unload or crash their...
192
Quote: Originally Posted by Spooky You mean pawn Код: vehicleid = GetPlayerVehicleID(playerid); Yeah, for example.. i got this cmd and it affect also other players when you use it...
192
Hello! I have big trouble with the vehicleid function in some of my commands, is it samp or the code maybe? I cant see why the commands shouldnt work and get the right vehicle id for the right player...
192
Quote: Originally Posted by Mean Have you tried changing the "maxnpc" line in server.cfg? Ah! that was my fail XD Thanks!!
63
Hello! im trying to add my NPCs from my 3c script to my new 3d script, but they doesnt want to. i have put this on all places they need to be, i have tried on the top and on the bottom of each functi...
63