-string- help
#1

Hi, i have auto msg system and when i added another msg it says found } but didn't found -string- or something anyways here is the code "{ff0000}Kate: {FFFFFF}No weapons? Just use /shop to buy them!"
Reply
#2

Can you show the full code?
Reply
#3

Код:
new Message[][] =
{
        "{ff0000}Kate: {FFFFFF}Saw a Hacker/RuleBreaker? use /report [id] [reason].",
        "{ff0000}Kate: {FFFFFF}Injured? Type /hp to refill ur health",
        "{ff0000}Kate: {FFFFFF}Regiser at our forum: http://lsgw.url.ph/",
        "{ff0000}Kate: {FFFFFF}New updates every week"
        "{ff0000}Kate: {FFFFFF}No weapons? Just use /shop to buy them!"
}
Reply
#4

Anyone?
Reply
#5

You must add a comma at the end of each string, except the last one.
Reply
#6

ty xdd
Reply
#7

Here's the proper code.

pawn Код:
new Message[][] =
{
        "{ff0000}Kate: {FFFFFF}Saw a Hacker/RuleBreaker? use /report [id] [reason].",
        "{ff0000}Kate: {FFFFFF}Injured? Type /hp to refill ur health",
        "{ff0000}Kate: {FFFFFF}Regiser at our forum: http://lsgw.url.ph/",
        "{ff0000}Kate: {FFFFFF}New updates every week",
        "{ff0000}Kate: {FFFFFF}No weapons? Just use /shop to buy them!"
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)