Today i will release the onPlayerSpawned function for Ghosts 1.10 
public static void onPlayerSpawned(int client)
{
if (PS3.Extension.ReadByte(0xF44480 + ((uint)client * 0x3700)) == 1)
{
Thread.Sleep(2000);
RPC.iPrintlnBold(client, "^1Welcome ^2To ^3The ^4Modded ^5Lobby!");
RPC.iPrintln(client, "^2Press [{+melee}] to open the mod menu");
}
}

onPlayerSpawned(0);
Today i will release the onPlayerSpawned function for Ghosts 1.10 
public static void onPlayerSpawned(int client)
{
if (PS3.Extension.ReadByte(0xF44480 + ((uint)client * 0x3700)) == 1)
{
Thread.Sleep(2000);
RPC.iPrintlnBold(client, "^1Welcome ^2To ^3The ^4Modded ^5Lobby!");
RPC.iPrintln(client, "^2Press [{+melee}] to open the mod menu");
}
}

onPlayerSpawned(0);
Copyright © 2026, NextGenUpdate.
All Rights Reserved.