The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
getguildname bug (?)
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
Angeluz
Hi, I have the following problem with the getguildname command, at the moment that no member has connected after a reload I get return parameter null
mes "Guild name "+getguildname(22)+"."; set .@nb, query_sql("select name from guild where guild_id = 22 limit 1",.@guild_name$); if ( .@nb == 0 ) { mes "No existe."; Close; } mes "Guild Name "+.@guild_name$+"."; close;
Image DB
Image script
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.