Search Results
How do I handle if someone press "H" to hang out of the car?
52
Is there a way to prevent shooting out of cars whether the player is the driver or not?
52
Has anybody the code from the title? IsVehicleInFrontOfVehicle(veh1, veh2, range)
119
Whats the "initiatore" in checkpls? Its never used... Quote: Originally Posted by BroZeus pawn Код: stock checkpls(initiatore,Float:StartX,Float:StartY,Float:StartZ,Float:EndX,Float:En...
144
Ty I will test it when i am at home, I saw that video some time ago but I cant find it^^ And there is no target player the target isnt moving so its more easy to handle
144
Doesn't matter if the calculation takes 3 seconds its also ok, the parameters are taken at the point where I start the calculation. The point of that is that I want to calculate if I hit an vehicle w...
144
I dont know the exact distance when Im flying around. It would be like this: URL: http://help.matheass.eu/de/Schnittvo...undGerade.html The 2 red dots are 2 fixed points on my vehicle where the offs...
144
Nobody with any calculation really?^^ I have found this but I dont get it... https://en.wikipedia.org/wiki/Line%E...e_intersection
144
How do i get the point on the ground (im using map andreas) where the plane that im flying is heading to?
144
Ok I sent Kalcor a pm hope that I get an reply. Would be cool to monitor the online players over a time^^
153
Is there a way to get the online players like on sa-mp.com "Players Online: 49209". I would like to make a diagram and therefore I need to collect some data
153
Is there a way to define the Z-Layer as in CSS say that one thing is behind another?
17,717
Same problem here: Код: [debug] Run time error 20: "Invalid index parameter (bad entry point)" The server is starting and running like always but the log is full of that message aprox. 5times/seco...
231
Do I miss something? I thought I have done all right... Код: enum QuestGiftCarsCords { Float:quest_gift_car_X, Float:quest_gift_car_Y, Float:quest_gift_car_Z }; new QuestGiftCars[12][QuestGiftC...
83
Thank you for your efforts but I found myself with a little bit of surfing some functions Код: stock Float:floatquad(Float:pointer) return floatpower(pointer,2.0); stock Float:GetDistanceBetween2...
95
I wana check if there is any vehicle in an sphere. Defined with x, y, z and the radius. But I stuck on the math^^ Can somebody help me pls?
95
Yes the message is sent and I get also the mouse to move but when I klick on the object nothing happens: https://www.*******.com/edit?o=U&video_id=HPReiz_4ufI fu** I would bite my ass if I could...
93,426
I have it like this: Код: CMD:eo(playerid, params[]) { if(GetPlayerFraktionID(playerid) == 2 || PlayerInfo[playerid][pAdmin] >= 1 /* || IsACop(playerid) */ || GetPlayerFraktionID(playerid) == ...
93,426
No of course I have it in my gamemode^^ public OnPlayerSelectDynamicObject(playerid, objectid, modelid, Float, Float:y, Float:z) I was just listing the other ones
93,426