SA-MP Forums Archive
" " 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 001expected token"-string end-"but found "-identifier-"
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(59) : error 017undefined symbol "A"
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(59) : warning 215expression has no effect
C
:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(59) : error 001expected token";"but found "-identifier-"
C:\Documents and Settings\user\Pulpit\Serwer\gamemodes\GM.pwn(59) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors




Re: " " In String - Macluawn - 05.07.2012

"Monster \"A\"\nMonster \"B\""


Re: " " In String - Prosettur - 05.07.2012

Big thanks