Dialog help
#3

Quote:
Originally Posted by Mencent
Посмотреть сообщение
Hello!

1.) (Your first problem):

The case isn't in the switch, e.g.:
All right:
PHP код:
switch(...)
{
        case 
1:
        {
        }

That isn't right:
PHP код:
switch(...)
{
       
}
case 
1:
{

2.) (Your second problem):

Try this:
PHP код:
strins(sInfo[playerid][Password],szBuffer,0); 
- Mencent
Can you maybe explane the switch(....) I don't understand that, How to solve the problem and stuff
Reply


Messages In This Thread
Dialog help - by lulo356 - 19.06.2015, 18:30
AW: Dialog help - by Mencent - 19.06.2015, 18:35
Re: AW: Dialog help - by lulo356 - 19.06.2015, 19:14
AW: Dialog help - by Mencent - 20.06.2015, 05:15
Re: AW: Dialog help - by lulo356 - 20.06.2015, 20:18

Forum Jump:


Users browsing this thread: 1 Guest(s)