Search Results
Hello. I have sentence "Lunoxx sold a car.". I just select "Lunoxx" and "car", how can I do this? Thanks ! Sorry for my bad english
84
HP does not stored in a variable. I used SetPlayerHealth.
159
Quote: Originally Posted by Aly Can you show us the script that drops 1 HP every minute? PHP код: public Timer1Min() {     foreach(Player, i)     {         newÂ...
159
It seems that doing so even if I'm not on the same team. Other opinions? From what could be?
159
Ok, sorry. From what I saw, the problem is for everyone, no matter whether they are civilians or not.
159
When I die, I do not spawn until drops one points of my HP (on my server, decrease life with 1HP every minute). I made a video to understand better. https://*********/DFKFhzsBS4g Callbacks: OnPlaye...
159
PHP Code: for(new i=0;i<(sizeof(i));i++)  ---> for(new i = 0; i < sizeof(biz); i++) 
79
Solved PHP код: for(new V = 1; V < MAX_VEHICLES; V++)        {            if(GetVehicleTrailer(V) == idCar)            {              ...
70
I want to check if TRAILER `x` is attached to any vehicle. How can I do this?
70
In server_log.txt appear to me some lines like this: [00:52:53] [death] Lunoxx died 255 [00:53:08] [death] Lunoxx died 54 [00:53:11] [death] Lunoxx died 255 [00:53:13] [death] Lunoxx died 255 I want...
69
I set player uncontrollable to OnPlayerDeath and controllable at OnPlayerSpawn. It's good ? I will try your method, the animation. Here is a video: https://www.youtube.com/watch?v=Xc59...ature=******...
200