Jump to content

why isnt fadecamera working on client?


SirniNamaz

Recommended Posts

Posted

you are doing that it fades without any color, just fades out in some time, try adding color and don't do the server option on wiki, if u want client do the client option ..

Posted

it does with me too, maybe TAPL, in meta he puts the script as server side and forgot that to make it client, u must change meta .. and script .. unless its client sided, no server side functions only

Posted

it is client sided, and this is NOT the first time this didnt work for me, even on different computers it didn't work with no debugscript at all and script is loaded successfully..

i did not posted this to ask for help [i use triggerServerEvent], i just want to alert mta community about the bug i found

Posted
it is client sided, and this is NOT the first time this didnt work for me, even on different computers it didn't work with no debugscript at all and script is loaded successfully..

i did not posted this to ask for help [i use triggerServerEvent], i just want to alert mta community about the bug i found

There no bug, it worked fine with me.

You must have did something wrong, check yourself.

Posted
function testcam1() 
    fadeCamera(false,1.0) 
end 
addCommandHandler("testcam",testcam1) 

just wrote it and this is the only thing in my resource, it is added by meta.xml [client of course] and it doesn't work, also nothing wrong with debugscript..

Posted
function testcam1() 
    fadeCamera(false,1.0) 
end 
addCommandHandler("testcam",testcam1) 

just wrote it and this is the only thing in my resource, it is added by meta.xml [client of course] and it doesn't work, also nothing wrong with debugscript..

Work with me, my screen become black.

Posted
function testcam1() 
    fadeCamera(false,1.0) 
end 
addCommandHandler("testcam",testcam1) 

just wrote it and this is the only thing in my resource, it is added by meta.xml [client of course] and it doesn't work, also nothing wrong with debugscript..

Work with me, my screen become black.

lol, i tried it on both my computers, neither worked.. maybe it is only on windows server?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...