Search Results
I found a function something like that: GetPlayerFrontXY. It's find the X and Y that front of the player, one of the params is Distance. I can't find it again. Please help me.
117
I knew how to do it. I used the function Explode. Can you tell me how to do it?
84
I need help to select data. For example: I have a database like that (In phpmyadmin not pawn): Nick[25] Pass[20] Money - int And in pawn i have the var: new details[3]; What should I do to put the da...
84
I tried it, it doesn't work for me. Код: #if !defined _samp_included #error "Please include a_samp.inc before a_other.inc!" #endif #if !defined mysql_included #error "Please include a_mysql.inc ...
124
It's good! But I meant that, if I have 60 percent of health, You need to try X times to succsses turn the engine on
135
I know how to make a simple engine SetVehicleParamsEx(vehicleid, 1, lights, alarm, doors, bonnet, boot, objective) But... How can I use that function that relative to GetVehicleHealth(vehicleid, heal...
135
I don't care the number (Like 14). I mean I mapped a map... How can I do it interior?
191
Title. I want to create a new interior. How can I do it? (I'm not talking about where or how to put objects...)
191
I did it and it works. But how can I put the camera relative to FacingAngle? What is the formula?
108
I need help. I want to make a command that follow after a player. Like /follow 1 - That will follow after the player that ID = 1. I know that I need timer and get his position but how can I see his ba...
108
Nevermind. I found the answer. Delete this message please.
45
אני יודע, סגרתי אותו אבל בדקתי עם חבר שלי והוא עובד ברשת עולמית אז זה בסדר. תודה לכולם
311
if(!strcmp(cmd, "/lock", true)) { new vehicleid; vehicleid = GetPlayerVehicleID(playerid); new Float:vehx, Float:vehy, Float:vehz; GetVehiclePos(vehicleid, vehx, vehy, vehz); if(IsPla...
70
I want to check. If the player in the radious of the car (1.00000), you can lock/unlock the car. How can I do that?
70
I know that MySQL needs ports but I can't set it up. I opned a port (3306). How can I connect the MySQL (using wamp) to my server?
68
תוסיפו את השרת הזה ותגידו אם הוא עובד. אני רוצה לבדוק אם הצלחתי לגרום לשרת שלי להיות גלובאלי. אני יעבוד עליו וה...
311