- 0
Problema "intoarcete la autovehicul in 30 de secunde"
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Buckzor
Cum pot face atunci cand parasesti masina de job sa iti trimita un mesaj in chat cum ca trebuie sa te intorci la bicicleta in maxim 30 de secunde altfel aceea se va distruge?
eu am incercat asta dar degeaba ma urc inapoi pe ea ca tot mi-o distruge
public OnPlayerExitVehicle(playerid, vehicleid) { if(GetPlayerState(playerid)==PLAYER_STATE_DRIVER) { SetTimerEx("ZiarDestroy", 3000, false, "i", playerid); SCM(playerid, 0x00e1edFF, "(Job): {FFFFFF}Ai 30 de secunde sa te intorci la bicicleta altfel jobul tau va fi anulat."); } return 1; } forward ZiarDestroy(playerid); public ZiarDestroy(playerid) { SCM(playerid, 0x00e1edFF, "(Job): {ffffff}Munca ta a esuat! Motiv: Ai parasit bicicleta!"); DestroyVehicle(masinaziar[playerid]); masinaziar[playerid] = 0; JobWorking[playerid] = 0; DisablePlayerCheckpoint(playerid); CpZiar[playerid] = 0; }2 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