Search Results
pawn Код: stock CreateCheckpointHere(playerid, Float:size) //Not sure what this'd be used for though{    new Float:x_, Float:y_, Float:z_;    GetPlayerPos(playerid, x_, y_, z_);    SetPlayer...
1,192
if you could only add a camera... I know, I know.. it's not a weapon exactly but it sure as hell comes in handy.
728
K, sorry about the double post but just to make sure... If I want to check if the attacking vehicle is aiming at the victim, they both need about the same VehicleRotation right? Or can those values b...
243
Quote: Originally Posted by Mauzen And this one always is 255 in his case, as he said twice Hm thats difficult then, you could use GetVehicleRotationQuat for the all vehicles in a loop, ...
243
Quote: Originally Posted by [GF]Sasino97 Look in a_samp: pawn Код: forward OnVehicleDeath(vehicleid, killerid); There's already a "killerid" argument! (This is my a_samp. I don't kno...
243
In this case I kill one vehicle with another (e.g. killing rustler with rustler) and the killerid output is 255 since the rustler (victim) died of an explosion I guess.
243
So, Been working on something that involves killing vehicles from inside vehicles (duh... airplanes). Now I've noticed the default 'killerid' value in OnVehicleDeath and I tought; Yes, that's it, per...
243
You are not alone, I have the same problem. Npc is set to VW 0, INT 0 (checked when(and if) spawned) and also ofcourse his coцrdinates are correct, even his skin is set and checked correctly. But s...
117
Only for maramizo's post: I thank you for this simple, clear and very useful answer. PS: now I'm facing a total script conversion
151
Why is Y_ini the best then?
151
Hi, I've been using Dini for a very long time but never tested it extensively. Which means I recently found an anoying 'bug' (if I may) when the server is restarted and Dini was still reading/writing...
151
Need experience, seems that when playershopname is set to AMMUN1 and the virtualworld = 6 (interior 1 if that matters at all) the checkpoint from the ammunation respawns to the players position when ...
73
Quote: Originally Posted by -Davee- Okay, I had same problem on my Windows Server Error: Код: Run time error 19: "File or function is not found" ( the plugin loads fine on my home co...
107
The nativechecker gives an additional error: native "sscanf" is not found. And then yeah the Runtime error; file or function not found.... pointing to my gamemode. Also I was hopeful for the C++ pac...
107
Evening, I'm having issues starting a server on an XP machine. The server is running perfectly on windows 7. the error is: 'Run time error 19' (yes I've searched for this...please read on) Accordin...
107
Quote: Originally Posted by -Rebel Son- It might require more then one textdraw. Then I started right @On_Top_Non_Stop : Awesome man, this is just exactly what I needed! (no need to...
199
Clearly not what I need. I have used search, I'm not new here.
199
Good evening, ergh... morning... Anyone with good textdraw skills that knows how to create something like this? I've tried with different characters(setstring) (e.g. | , l, I, i, [], ...) nothing ...
199