Raised This Month: $32 Target: $400
 8% 

A switch item


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
QuickDroLLL
Senior Member
Join Date: Dec 2021
Location: AMX Mod X Land
Old 08-20-2022 , 17:30   A switch item
Reply With Quote #1

hello every one quickdrolll here, so i loking for help with item switch like
Skin:[SKin1][skin2][skin2]
so every time you presed the item it switch to another item in one item
i hope you understand me if you don't i will explain more
QuickDroLLL is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-20-2022 , 18:09   Re: A switch item
Reply With Quote #2

Simply use a counter to keep track of which one you're currently on.

PHP Code:
szItems[][] = {"Item1""Item2""Item3"}

// Call this when you want to change the item
iItemIndex = ++iItemIndex sizeof szItems

// To get the current item string use this
szItems[iItemIndex
__________________

Last edited by fysiks; 08-21-2022 at 15:08. Reason: fix typo
fysiks is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 08-21-2022 , 04:48   Re: A switch item
Reply With Quote #3

szItems[] = {"Item1", "Item2", "Item3"}



szItems[][] = {"Item1", "Item2", "Item3"}
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !

Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-21-2022 , 15:09   Re: A switch item
Reply With Quote #4

Fixed.
__________________
fysiks is offline
QuickDroLLL
Senior Member
Join Date: Dec 2021
Location: AMX Mod X Land
Old 08-22-2022 , 08:39   Re: A switch item
Reply With Quote #5

thank you guys
QuickDroLLL is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:02.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode