Pawno Stopped Responding.... -
Team_PRO - 25.10.2014
I don't know what is happening i just compile awhile ago and it work. After i script i didn't work again i cannot find which one is causing the error
Re: Pawno Stopped Responding.... -
Metroplex - 25.10.2014
Try using CTRL + Z one by one and compile until you get it.
Re: Pawno Stopped Responding.... -
MasonSFW - 25.10.2014
I think some code problem or wrongly
Re: Pawno Stopped Responding.... -
Team_PRO - 25.10.2014
hhmm mabye but how can i know it?
Re: Pawno Stopped Responding.... -
MasonSFW - 25.10.2014
Before you compile, Did you added new code ?
Re: Pawno Stopped Responding.... -
silenthill - 25.10.2014
1 - If it started after adding some includes, the most logical and obvious solution would be remove the includes and try again!
2 - if it don't works you'll have to Comment out half of the script, test again and see if you get the same crash, then you know wich side is wrong, then you do the same with that untill you find the error, use /* and */ to comment script.
Re: Pawno Stopped Responding.... -
Ryz - 25.10.2014
this same thing happened with me 6 days ago.
Reason = i just forgeted to close 2 breckets and one " .
Re: Pawno Stopped Responding.... -
Stanford - 25.10.2014
try using brackets finder, it might be useful at this situation!
Re: Pawno Stopped Responding.... -
Team_PRO - 25.10.2014
i use bracket finder but this is the result
Everything seems fine...
Re: Pawno Stopped Responding.... -
Crayder - 25.10.2014
Quote:
Originally Posted by silenthill
1 - If it started after adding some includes, the most logical and obvious solution would be remove the includes and try again!
2 - if it don't works you'll have to Comment out half of the script, test again and see if you get the same crash, then you know wich side is wrong, then you do the same with that untill you find the error, use /* and */ to comment script.
|
This is the method I always follow when this happens... It always turns out to be something dumb that I did wrong... Good luck Team-PRO