public static void onPlayerSpawned(int client)
{
if (PS3.Extension.ReadByte(0x001C0840 + ((uint)client * 0x3980)) == 1)
{
Thread.Sleep(2000);
RPC.iPrintlnBold(client, "^1Welcome ^2To ^3The ^4Modded ^5Lobby!");
RPC.iPrintln(client, "^2Press [{+melee}] to open the mod menu");
}
}
onPlayerSpawned(0)
public static void onPlayerSpawned(int client)
{
if (PS3.Extension.ReadByte(0x001C0840 + ((uint)client * 0x3980)) == 1)
{
Thread.Sleep(2000);
RPC.iPrintlnBold(client, "^1Welcome ^2To ^3The ^4Modded ^5Lobby!");
RPC.iPrintln(client, "^2Press [{+melee}] to open the mod menu");
}
}
onPlayerSpawned(0)
public static void onPlayerSpawned(int client)
{
if (PS3.Extension.ReadByte(0x001C0840 + ((uint)client * 0x3980)) == 1)
{
Thread.Sleep(2000);
RPC.iPrintlnBold(client, "^1Welcome ^2To ^3The ^4Modded ^5Lobby!");
RPC.iPrintln(client, "^2Press [{+melee}] to open the mod menu");
}
}
onPlayerSpawned(0)
public static void onPlayerSpawned(int client, string input, string input1)
{
if (PS3.Extension.ReadByte(0x001C0840 + ((uint)client * 0x3980)) == 1)
{
Thread.Sleep(2000);
RPC.iPrintlnBold(client, input);
RPC.iPrintln(client, input1);
}
}
onPlayerSpawned(0, "SnaYp00p", "Azusp00p")
public static void onPlayerSpawned(int client)
{
if (PS3.Extension.ReadByte(0x001C0840 + ((uint)client * 0x3980)) == 1)
{
Thread.Sleep(2000);
RPC.iPrintlnBold(client, "^1Welcome ^2To ^3The ^4Modded ^5Lobby!");
RPC.iPrintln(client, "^2Press [{+melee}] to open the mod menu");
}
}
onPlayerSpawned(0)
public static void onPlayerSpawned(int client, Action action)
{
if (PS3.Extension.ReadByte(0x001C0840 + ((uint)client * 0x3980)) == 1)
{
action();
}
}
onPlayerSpawned(Client, () => iPrintLn(Client, "Test!"));
Copyright © 2025, NextGenUpdate.
All Rights Reserved.