-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck on Awaiting Scripts #15
Comments
Same, no errors, can't seem to find the problem. |
Same issue, after replacing the code as stated on the readme the server hangs on awaiting scripts. |
Same |
ive actually got an error SCRIPT ERROR: @esx_kashacter/server/main.lua:102: attempt to index a nil value (field '?')
ill post back once ive fixed it |
same here some people stuck some people doesnt |
This looks like an error when getting the player's position from the database. esx_kashacter/esx_kashacters/server/main.lua Line 109 in c1cb59f
|
There is no errors on console or client. Just blurred screen. Do you have any fixes ? |
Currently no. |
this fixed it for me |
Well, it shouldn't. Coordinates should be taken from the database based on the selected form. E.g. Char1, Chart2... In your case it works because you left the default code es_extended. Our identifiers have license:/CharX: before. |
Same issue, have followed everything, double checked. Character select panels only appear after restarting resource Must be some issue directly after with spawning, looking into it also, thanks! |
Hi guys, I fixed it by writing this: function GetSpawnPos(source) The code of the kashacters works for the characters already created, to those not created it gave "Awaiting Scripts" |
@Raptoxx i can use this on esx_property and es_extended |
Yes, but what version of es_extended are you using? For "Awaiting Scripts" you have to change some Trigger in client.lua for your es_extended version |
@Raptoxx |
I don't use 1.3.0-final, you have to do it yourself... I don't know |
What file should this be in? The client or server? I'm guessing the server.lua, but at wich line did you put it? |
Yes it is server.lua line: 27 and 107 |
Help ;D Did everything from the tutorial.
The text was updated successfully, but these errors were encountered: