" " In String - 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)
+--- Thread: " " In String (
/showthread.php?tid=357019)
" " In String -
Prosettur - 05.07.2012
How do this?
Код:
"Monster "A"\nMonster "B""
PHP код:
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(59) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(59) : error 017: undefined symbol "A"
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(59) : warning 215: expression has no effect
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(59) : error 001: expected token: ";", but found "-identifier-"
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(59) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
Re: " " In String -
Macluawn - 05.07.2012
"Monster \"A\"\nMonster \"B\""
Re: " " In String -
Prosettur - 05.07.2012
Big thanks