- 0
Actualizare textdraw (speedometer) la secunda (problema)
-
Similar Content
-
- 1 answer
- 681 views
-
Problema billboards (la expirarea billboard-ului nu seteaza variabila Billboard 0 jucatorului offline)
By cstef4n,
- 2 answers
- 172 views
-
- 5 answers
- 724 views
-
- 8 answers
- 404 views
-
Am o problema cu un special quest de iarna,sunt la inceput cu scripting-ul si am o problema,cand intru in raza de checkpoint nu se intampla absolut nimic,stie cineva de ce?
By cbnmihaita,
- 3 answers
- 1.021 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
cstef4n
salutare,
Cand actualizez textdraw-ul speedometer la secunda apare si dispare, cod:
spedometertimer = SetTimer("Spedometer", 1000, true);
function Spedometer() {
foreach(Player, i) {
if(IsPlayerConnected(i) && IsPlayerLogged[i] == 1) {
if(GetPlayerState(i) == PLAYER_STATE_DRIVER) Checkvehinfo(i);
}
}
return 1;
}
Video:
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now