You are viewing our Forum Archives. To view or take place in current topics click here.
#801. Posted:
Status: Offline
Joined: Jul 17, 201113Year Member
Posts: 490
Reputation Power: 19
Status: Offline
Joined: Jul 17, 201113Year Member
Posts: 490
Reputation Power: 19
coolbunny1234 wrote WaWLobbys can code, don't doubt him. As to answer the original question about the verification, it won't work because of what WaWLobbys said and because you have to define what p is going to be as well make an actual code to set him as a leech.
can you help me do that then or guide me
- 0useful
- 0not useful
#802. Posted:
Status: Offline
Joined: Apr 04, 201113Year Member
Posts: 238
Reputation Power: 16
Status: Offline
Joined: Apr 04, 201113Year Member
Posts: 238
Reputation Power: 16
Avid_Acer wrotecoolbunny1234 wrote WaWLobbys can code, don't doubt him. As to answer the original question about the verification, it won't work because of what WaWLobbys said and because you have to define what p is going to be as well make an actual code to set him as a leech.
can you help me do that then or guide me
Um Sure wats ur aim or skype ?
- 0useful
- 0not useful
#803. Posted:
Status: Offline
Joined: Apr 04, 201113Year Member
Posts: 238
Reputation Power: 16
Status: Offline
Joined: Apr 04, 201113Year Member
Posts: 238
Reputation Power: 16
coolbunny1234 wrote WaWLobbys can code, don't doubt him. As to answer the original question about the verification, it won't work because of what WaWLobbys said and because you have to define what p is going to be as well make an actual code to set him as a leech.
Thank u mr bunny <3
- 1useful
- 0not useful
#804. Posted:
Status: Offline
Joined: Aug 09, 200915Year Member
Posts: 6,493
Reputation Power: 8063
Motto: The Original Bunny
Motto: The Original Bunny
Status: Offline
Joined: Aug 09, 200915Year Member
Posts: 6,493
Reputation Power: 8063
Motto: The Original Bunny
Avid_Acer wrotecoolbunny1234 wrote WaWLobbys can code, don't doubt him. As to answer the original question about the verification, it won't work because of what WaWLobbys said and because you have to define what p is going to be as well make an actual code to set him as a leech.
can you help me do that then or guide me
Sorry, that is not the point of the thread. Find a working verification system and i'll help implement it in your menu.
TTG-WaWLobbys wrotecoolbunny1234 wrote WaWLobbys can code, don't doubt him. As to answer the original question about the verification, it won't work because of what WaWLobbys said and because you have to define what p is going to be as well make an actual code to set him as a leech.
Thank u mr bunny <3
Anytime.
- 0useful
- 0not useful
#805. Posted:
Status: Offline
Joined: Apr 30, 201113Year Member
Posts: 1,049
Reputation Power: 55
Status: Offline
Joined: Apr 30, 201113Year Member
Posts: 1,049
Reputation Power: 55
I cannot find selena gomez..
I have a very simple request/need, can you help me?
Forums/p=18531320.html#18531320
I want my current gamertag to be in the start up message.
Say I put now "Welcome to coolbunny's lobby" and I change my name to coolbunny1 I don't want it to still say my old name, I want it to say my current one.
I know your thread is not for this sorry, this is why I'll rep +40 for an answer.
I have a very simple request/need, can you help me?
Forums/p=18531320.html#18531320
I want my current gamertag to be in the start up message.
Say I put now "Welcome to coolbunny's lobby" and I change my name to coolbunny1 I don't want it to still say my old name, I want it to say my current one.
I know your thread is not for this sorry, this is why I'll rep +40 for an answer.
- 0useful
- 0not useful
#806. Posted:
Status: Offline
Joined: Apr 04, 201113Year Member
Posts: 238
Reputation Power: 16
Status: Offline
Joined: Apr 04, 201113Year Member
Posts: 238
Reputation Power: 16
iWin wrote I cannot find selena gomez..
I have a very simple request/need, can you help me?
Forums/p=18531320.html#18531320
I want my current gamertag to be in the start up message.
Say I put now "Welcome to coolbunny's lobby" and I change my name to coolbunny1 I don't want it to still say my old name, I want it to say my current one.
I know your thread is not for this sorry, this is why I'll rep +40 for an answer.
Here how bout u do this Instead of having ur name put this.BTW Im just using this as a example lol
self thread NotifyMsg( "Welcome To "+get_players()[0].playername+" Lobby" );
NotifyMsg( Msg1, Msg2, Msg3 )
{
Msg = spawnStruct();
if( IsDefined( Msg1 ) )
Msg.titleText = Msg1;
if( IsDefined( Msg2 ) )
Msg.notifyText = Msg2;
if( IsDefined( Msg3 ) )
Msg.notifyText2 = Msg3;
self maps\_hud_message::notifyMessage( Msg );
}
Hope i helped ;)
Last edited by TTG-WaWLobbys ; edited 2 times in total
- 1useful
- 0not useful
#807. Posted:
Status: Offline
Joined: Apr 30, 201113Year Member
Posts: 1,126
Reputation Power: 58
Status: Offline
Joined: Apr 30, 201113Year Member
Posts: 1,126
Reputation Power: 58
Great post man very helpful
- 0useful
- 0not useful
#808. Posted:
Status: Offline
Joined: Apr 30, 201113Year Member
Posts: 1,049
Reputation Power: 55
Status: Offline
Joined: Apr 30, 201113Year Member
Posts: 1,049
Reputation Power: 55
TTG-WaWLobbys wroteiWin wrote I cannot find selena gomez..
I have a very simple request/need, can you help me?
Forums/p=18531320.html#18531320
I want my current gamertag to be in the start up message.
Say I put now "Welcome to coolbunny's lobby" and I change my name to coolbunny1 I don't want it to still say my old name, I want it to say my current one.
I know your thread is not for this sorry, this is why I'll rep +40 for an answer.
Here how bout u do this Instead of having ur name put this.BTW Im just using this as a example lol
self thread NotifyMsg( "Welcome To "+get_players()[0].playername+" Lobby" );
NotifyMsg( Msg1, Msg2, Msg3 )
{
Msg = spawnStruct();
if( IsDefined( Msg1 ) )
Msg.titleText = Msg1;
if( IsDefined( Msg2 ) )
Msg.notifyText = Msg2;
if( IsDefined( Msg3 ) )
Msg.notifyText2 = Msg3;
self maps\_hud_message::notifyMessage( Msg );
}
Hope i helped ;)
I'm very confused, help clear up my confusion.
I get the first line, but I'm just trying to use it to edit in Motion Flex v2.1
I found the welcome text line.
- 0useful
- 0not useful
#809. Posted:
Status: Offline
Joined: Apr 06, 201113Year Member
Posts: 1,008
Reputation Power: 42
Status: Offline
Joined: Apr 06, 201113Year Member
Posts: 1,008
Reputation Power: 42
how do i contact Selena?
- 0useful
- 0not useful
#810. Posted:
Status: Offline
Joined: Aug 09, 200915Year Member
Posts: 6,493
Reputation Power: 8063
Motto: The Original Bunny
Motto: The Original Bunny
Status: Offline
Joined: Aug 09, 200915Year Member
Posts: 6,493
Reputation Power: 8063
Motto: The Original Bunny
iWin wrote I cannot find selena gomez..
I have a very simple request/need, can you help me?
Forums/p=18531320.html#18531320
I want my current gamertag to be in the start up message.
Say I put now "Welcome to coolbunny's lobby" and I change my name to coolbunny1 I don't want it to still say my old name, I want it to say my current one.
I know your thread is not for this sorry, this is why I'll rep +40 for an answer.
If you are using motion flex v2 beta, then do exactly what WaWLobbys said. If you found the welcome text, replace the text with this:
"Welcome To "+get_players()[0].playername+" Lobby"
Just as WaWLobbys said. What that does is print out the hosts gamertag, so if your xbl gamertag was FGT, it would say Welcome To FGT Lobby
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.