- 0
Problema lock(faruri)
-
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
Dripple
Nume: HekerTravel
Problemă întâlnită: eroare
Ce am încercat până acum: Sa rezolv problema
Codul sursa/Log/Altele: Am adaugat condite ca atunci cand incui masina sa ti se aprinda farurile timp de o secunda, dar la public unde am setat stingerea farurilor primesc eroarea asta:
[pawn](4299) : error 017: undefined symbol "playerid"[/pawn]
Acesta este scriptul unde primesc eroarea:
[pawn]public stingefarurilock()
{
new carid = PlayerData[playerid][pPcarkey]; //linia 4299
SetVehicleParamsEx(carid+PreVehicle,engine,0,alarm,doors,bonnet,boot,objective);
return 1;
}[/pawn]
1 answer 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