I need Help :( - 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: I need Help :( (
/showthread.php?tid=125354)
I need Help :( -
BigMean - 03.02.2010
Ich am scripting a Gammod but there are 4 Errors ind 4 Lines
C:\Dokumente und Einstellungen\Administrator\Eigene Dateien\ICQ\447264547\ReceivedFiles\230736654 Julius\GTARP\gamemodes\gtarp2.pwn(41210) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Dokumente und Einstellungen\Administrator\Eigene Dateien\ICQ\447264547\ReceivedFiles\230736654 Julius\GTARP\gamemodes\gtarp2.pwn(41210) : error 017: undefined symbol "M"
C:\Dokumente und Einstellungen\Administrator\Eigene Dateien\ICQ\447264547\ReceivedFiles\230736654 Julius\GTARP\gamemodes\gtarp2.pwn(41210) : error 029: invalid expression, assumed zero
C:\Dokumente und Einstellungen\Administrator\Eigene Dateien\ICQ\447264547\ReceivedFiles\230736654 Julius\GTARP\gamemodes\gtarp2.pwn(41210) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
And this is the line in the Script
SendClientMessage(playerid, COLOR_WHITE, "Bist du "Mдnnlich" oder "Weiblich"? (Schreibe in den Chat was du bist).");
PLS Help me
Re: I need Help :( -
ettans - 03.02.2010
Wrong forum, should have posted here:
http://forum.sa-mp.com/index.php?board=10.0
Ontopic, you can't use " in " unless you use the escape characters.
pawn Код:
SendClientMessage(playerid, COLOR_WHITE, "Bist du \"Mдnnlich\" oder \"Weiblich\"? (Schreibe in den Chat was du bist).");
Re: I need Help :( -
BigMean - 03.02.2010
Ty