forked from UNLOZE/sm-plugins
Spring break cleanup.
Cleaning up all useless tabs, spaces, indents, you name it.
This commit is contained in:
@@ -9,11 +9,11 @@ ConVar g_cvFreeVIPDuration;
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
public Plugin myinfo =
|
||||
{
|
||||
name = "Unloze_VIP_Test",
|
||||
author = "Neon",
|
||||
name = "Unloze_VIP_Test",
|
||||
author = "Neon",
|
||||
description = "",
|
||||
version = "1.0",
|
||||
url = "https://steamcommunity.com/id/n3ontm"
|
||||
version = "1.0",
|
||||
url = "https://steamcommunity.com/id/n3ontm"
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
@@ -127,7 +127,7 @@ bool CheckMYSQL(int client, bool add = false)
|
||||
{
|
||||
Format(sQuery, sizeof(sQuery), "INSERT INTO testvip_table (steam_auth, activated) VALUES ('%s', '%d')", sSID, iTimestamp);
|
||||
SQL_FastQuery(db, sQuery);
|
||||
|
||||
|
||||
ApplyGroupFlags(client);
|
||||
PrintToChat(client, "[Unloze] Your TEST VIP will expire in %d minutes!", g_cvFreeVIPDuration.IntValue - (iTimestamp - iTimestampActivated) / 60);
|
||||
PrintToChat(client, "[Unloze] You have now access to !zclass, !tag and !glow.");
|
||||
|
||||
Reference in New Issue
Block a user