Post: Help problem for edit patch
04-11-2012, 10:22 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); hello i have problem when i edit patch

original is

welcomePlayer()
{
notifyData=spawnstruct();
notifyData.titleText="^1Welcome, "+self.name+"!";
notifyData.notifyText="^3Choco's Black Ops Lobby";
notifyData.notifyText2="^5www.NextGenUpdate.com";
notifyData.iconName="rank_prestige15";
notifyData.glowColor=(0,0,0);
notifyData.sound="mp_level_up";
notifyData.duration=7;
notifyData.font="default";
self maps\mp\gametypes\_hud_message::NotifyMessage(notifyData);
for(;Winky Winky

by this i have an error script when i load game

welcomePlayer()
{
notifyData=spawnstruct();
notifyData.titleText="^1Bienvenue, "+self.name+"!";
notifyData.notifyText="^3Choco's challenge Lobby";
notifyData.notifyText2="^5www.boost4ever.com";
notifyData.iconName="rank_prestige15";
notifyData.glowColor=(0,0,0);
notifyData.sound="mp_level_up";
notifyData.duration=7;
notifyData.font="default";
self maps\mp\gametypes\_hud_message::NotifyMessage(notifyData);
for(;Winky Winky

thanks
(adsbygoogle = window.adsbygoogle || []).push({});
04-11-2012, 10:27 PM #2
Cmd-X
It's been awhile.
your version should be like this:
    welcomePlayer()
{
notifyData=spawnstruct();
notifyData.titleText="^1Bienvenue, "+self.name+"!";
notifyData.notifyText="^3Choco's challenge Lobby";
notifyData.notifyText2="^5www.boost4ever.com";
notifyData.iconName="rank_prestige15";
notifyData.glowColor=(0,0,0);
notifyData.sound="mp_level_up";
notifyData.duration=7;
notifyData.font="default";
self maps\mp\gametypes\_hud_message::NotifyMessage(notifyData);
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo