View Single Post
ImXinR
Member
Join Date: Dec 2010
Old 06-26-2011 , 04:27   Re: How to save a player choice?
Reply With Quote #3

Like > ?
PHP Code:
new g_myarray[33
PHP Code:
case :
{
// Stuff ~~
g_myarray[id] = 1
}
case 
:
{
// Stuff ~~
g_myarray[id] = 2
}
case 
:
{
// Stuff ~~
g_myarray[id] = 3

PHP Code:
public client_connect(id)
{
    
g_myarray[id] = 1

__________________
Sometimes , Life Sucks .. Don't You Agree? But ,
Listening To Music Make Us Feel Better
ImXinR is offline