Some Requests
#1

OK forget my last topic but when a player vehicle is smoking, going to explode can i make something that auto-fixes my car and sends player a message in COLOR_KRED?
Reply
#2

bump soory
Reply
#3

you kidding me after 5 minutes bump?

you cant detect water in samp!!!

Reply
#4

WTF i am not detecting water.... you got me wrong with someone
Reply
#5

lol true...

sry cant help you

and dont bump after 5 minutes
Reply
#6

use the a timer which check if the vehicle has 50 or less health use GetVehicleHealth here is a piece of code :

Код:
new vehicleid = GetPlayerVehicleID(playerid);
new Float:VehHealth;
GetVehicleHealth(vehicleid,VehHealth);
if(VehHealth <= 50) return RepairVehicle(GetPlayerVehicleID(playerid));
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)