Post: [HELP] Black Ops Mod menu script
02-04-2013, 07:08 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Sorry if I've posted in the wrong place...
But getting to the point Im scripting a wii mod menu and I need help converting this xbox script to wii
its the button script and Ive forgotten the wii buttons o.O

doButtons()
{
buttons = strTok("Up|+actionslot 1,Down|+actionslot 2,Left|+actionslot 3,Right|+actionslot 4,X|+usereload,B|+stance,Y|weapnext,A|+gostand,LS| +breath_sprint,RS|+melee,LB|+smoke,RB|+frag,RT|+at tack,LT|+speed_throw", ",");
foreach(button in buttons)
{
btn = strTok(button, "|");
self thread monitorActions(btn[0], btn[1]);
}
}

Many thanks for any help Smile

The following user groaned Gainsbro for this awful post:

xByNovaa
02-05-2013, 12:53 PM #2
xByNovaa
Space Ninja
Google it?
02-05-2013, 03:28 PM #3
OmGRhys-x
Are you high?
Originally posted by Gainsbro View Post
Sorry if I've posted in the wrong place...
But getting to the point Im scripting a wii mod menu and I need help converting this xbox script to wii
its the button script and Ive forgotten the wii buttons o.O

doButtons()
{
buttons = strTok("Up|+actionslot 1,Down|+actionslot 2,Left|+actionslot 3,Right|+actionslot 4,X|+usereload,B|+stance,Y|weapnext,A|+gostand,LS| +breath_sprint,RS|+melee,LB|+smoke,RB|+frag,RT|+at tack,LT|+speed_throw", ",");
foreach(button in buttons)
{
btn = strTok(button, "|");
self thread monitorActions(btn[0], btn[1]);
}
}

Many thanks for any help Smile


Here look in this patch its WII one so yh Smile

You must login or register to view this content.
02-06-2013, 12:47 AM #4

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo