Game crashes when entering vehicle? - 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: Game crashes when entering vehicle? (
/showthread.php?tid=100438)
Game crashes when entering vehicle? -
Hot - 04.10.2009
I've included the fs into my gm, but when entering the vehicle the game crashes?
http://pastebin.com/m672ea036
IT'S AN URGENCY PLEASE PLEAS EPELASE RESPOND QUICLY
Re: Game crashes when entering vehicle? -
(Jeff) - 04.10.2009
Any Erros When You Compile?
Re: Game crashes when entering vehicle? -
(Jeff) - 04.10.2009
Hhmm I'm No Pro But I Think Maybe This :
Код:
#define dcmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) && (dcmd_%1(playerid, "")))||(((%3)[(%2) + 1] == 32) && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1
Maybe u should Try return 1; instead of Return 1
- (Jeff)
Re: Game crashes when entering vehicle? -
Hot - 04.10.2009
it's dcmd, it was amde like that -.-
Re: Game crashes when entering vehicle? -
Correlli - 04.10.2009
Quote:
Originally Posted by (Jeff)
Any Erros When You Compile?
|
Did you even tried to read the topic name?
Quote:
Originally Posted by Topic name
Game crashes when entering vehicle?
|
Re: Game crashes when entering vehicle? -
Hot - 04.10.2009
Any other ideas?