Fix discord link
This commit is contained in:
parent
e6f78c1bfa
commit
ee3a0122ed
@ -43,7 +43,7 @@ static stock
|
||||
{ "{8ADE47}Stephanie:"COL_WHITE" You can change your spawning city at the "COL_GREY"City Hall{FFFFFF}!" },
|
||||
{ "{8ADE47}Stephanie:"COL_WHITE" You can buy fancy toys at a "COL_GREY"Pawnshop{FFFFFF}!" },
|
||||
{ "{8ADE47}Stephanie:"COL_WHITE" Never share your password, not even with the server owner!" },
|
||||
{ "{8ADE47}Stephanie:"COL_WHITE" You can access our Discord server at {7289da}discord.gg/gYFQGtZx" },
|
||||
{ "{8ADE47}Stephanie:"COL_WHITE" You can access our Discord server at {7289da}discord.gg/Vh5qzhc7Sd" },
|
||||
{ "{8ADE47}Stephanie:"COL_WHITE" Locate ChuffSec's security truck with "COL_GREY"/chuffloc{FFFFFF} and rob his security truck for cash!" },
|
||||
{ "{8ADE47}Stephanie:"COL_WHITE" Buy a "COL_GREY"Money Case{FFFFFF} to increase your robbery loot from Supa Save or a 24/7 store! " },
|
||||
{ "{8ADE47}Stephanie:"COL_WHITE" Grab a truck, connect it to a trailer then begin to "COL_GREY"/work{FFFFFF}! It's rewarding!" },
|
||||
|
@ -88,7 +88,7 @@ public OnGameModeInit()
|
||||
AddServerVariable( "vip_discount", "1.0", GLOBAL_VARTYPE_FLOAT );
|
||||
AddServerVariable( "vip_bonus", "0.0", GLOBAL_VARTYPE_FLOAT );
|
||||
AddServerVariable( "connectsong", "http://files.sfcnr.com/game_sounds/Stevie%20Wonder%20-%20Skeletons.mp3", GLOBAL_VARTYPE_STRING );
|
||||
AddServerVariable( "discordurl", "http://discord.gg/gYFQGtZx", GLOBAL_VARTYPE_STRING );
|
||||
AddServerVariable( "discordurl", "https://discord.gg/Vh5qzhc7Sd", GLOBAL_VARTYPE_STRING );
|
||||
|
||||
/* ** Set everyone offline ** */
|
||||
mysql_single_query( "UPDATE `USERS` SET `ONLINE` = 0" );
|
||||
@ -2583,7 +2583,7 @@ CMD:myaccid( playerid, params[ ] )
|
||||
|
||||
CMD:discord( playerid, params[ ] )
|
||||
{
|
||||
return SendServerMessage( playerid, "Visit 'discord.gg/gYFQGtZx' to join our Discord server!");
|
||||
return SendServerMessage( playerid, "Visit 'discord.gg/Vh5qzhc7Sd' to join our Discord server!");
|
||||
}
|
||||
|
||||
CMD:job( playerid, params[ ] )
|
||||
|
@ -22,12 +22,12 @@ runtime:
|
||||
version: 0.3.7
|
||||
mode: server
|
||||
rcon_password: password
|
||||
port: 7777
|
||||
port: 7778
|
||||
hostname: SA-MP Server
|
||||
maxplayers: 260
|
||||
language: ""
|
||||
language: "English"
|
||||
mapname: San Andreas
|
||||
weburl: www.sa-mp.com
|
||||
weburl: discord.gg/Vh5qzhc7Sd
|
||||
gamemodetext: Unknown
|
||||
announce: true
|
||||
lanmode: false
|
||||
|
Loading…
Reference in New Issue
Block a user