inputtext seams
#6

There's your problem, how can you expect to store a string which consists of multiple characters in a single cell, it's not going to work! You need to have several cells to store that data, which is what we call an array. For example:

pawn Код:
enum iDetails
{
    Pass[50],
    Cash,
    Admin,
    Tut,
    Score
};
new pInfo[MAX_PLAYERS][iDetails];
Does that make sense?
Reply


Messages In This Thread
inputtext seams - by Speed - 16.08.2011, 10:02
Re: inputtext seams - by JaTochNietDan - 16.08.2011, 10:04
Re: inputtext seams - by Speed - 16.08.2011, 12:36
Re: inputtext seams - by JaTochNietDan - 16.08.2011, 12:45
Re: inputtext seams - by Speed - 16.08.2011, 12:48
Re: inputtext seams - by JaTochNietDan - 16.08.2011, 13:02
Re: inputtext seams - by Speed - 16.08.2011, 13:14
Re: inputtext seams - by JaTochNietDan - 16.08.2011, 13:17
Re: inputtext seams - by Speed - 16.08.2011, 13:20

Forum Jump:


Users browsing this thread: 1 Guest(s)