SA-MP Forums Archive
Problem with YCMD and SSCANF :S - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem with YCMD and SSCANF :S (/showthread.php?tid=263385)



Problem with YCMD and SSCANF :S - OUL - 21.06.2011

Well i don't know why this happen's to me... When i put in my script this code:

Код:
#include    "YSI\y_master"
#include    "YSI\y_commands"
#include    "sscanf2"
My PAWNO crash... :S

http://imageshack.us/photo/my-images/232/unledrix.png/


I don't know what to do.... :S

IMPORT NOTE: I DIDN'T MAKE ANY YCMD I JUST PUT THIS INCLUDE AND THAT'S ALL! ALL MY COMMANDS ARE STILL IN strcmp I JUST TRY TO PUT IN TOP OF SCRIPT THIS INCLUDES AND MY PAWNO GET CRASH!


Re: Problem with YCMD and SSCANF :S - Wesley221 - 21.06.2011

You need to do it like this
pawn Код:
#include <includename>



Re: Problem with YCMD and SSCANF :S - OUL - 21.06.2011

LOL That's same like put ""


Re: Problem with YCMD and SSCANF :S - Wesley221 - 21.06.2011

Ah my bad, didnt know that

Then there's something wrong with your code.. Check the last thing you've made, and delete that (or just comment to check if it's the problem)

Edit:
Didnt see the note, with which include it stops working?


Re: Problem with YCMD and SSCANF :S - OUL - 21.06.2011

OMG are you know read? oO

Quote:
Originally Posted by OUL
IMPORT NOTE: I DIDN'T MAKE ANY YCMD I JUST PUT THIS INCLUDE AND THAT'S ALL! ALL MY COMMANDS ARE STILL IN strcmp I JUST TRY TO PUT IN TOP OF SCRIPT THIS INCLUDES AND MY PAWNO GET CRASH!
When i remove that include code my PAWNO copile script without any problem....


Re: Problem with YCMD and SSCANF :S - Wesley221 - 21.06.2011

Check my edit.. "with which include it stops working"


Re: Problem with YCMD and SSCANF :S - Scenario - 21.06.2011

Okay, so this only happened once you attempted to include y_commands and sscanf?


Re: Problem with YCMD and SSCANF :S - OUL - 21.06.2011

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
Okay, so this only happened once you attempted to include y_commands and sscanf?
Yeah, i try without y_commands / y_master and add zcmd and still same problem but with sscanf i try REdownload sscanf INC and same problem :-/

@Wesley221

Read above


Re: Problem with YCMD and SSCANF :S - Scenario - 21.06.2011

Okay, begin a new script and add the necessary includes. Don't transfer anything from the old script and attempt to compile, see if it crashes again.


Re: Problem with YCMD and SSCANF :S - OUL - 21.06.2011

I did, it compile with any problem's