OnPlayerRequestclass error
#7

Quote:
Originally Posted by Jamester
Посмотреть сообщение
You have your code like this:
PHP код:
        ShowPlayerDialog(playerid999DIALOG_STYLE_LIST"{6EF83C}Choose A Class:""Soldier Class\nSniper Class\nEngineer Class\nJet-Trooper Class\nPilot Class\nSpy Class""Choose","");//this is the class dialog, you can change it if you want but dont forget to define the class also
        
}
          return 
1;

You need to have it as:
PHP код:
}
        
ShowPlayerDialog(playerid999DIALOG_STYLE_LIST"{6EF83C}Choose A Class:""Soldier Class\nSniper Class\nEngineer Class\nJet-Trooper Class\nPilot Class\nSpy Class""Choose","");//this is the class dialog, you can change it if you want but dont forget to define the class also
          
return 1;

@SoFahim Can you see the errors he has?
Damn, I didnt't saw
PHP код:
 } return 1;

Sorry
Reply


Messages In This Thread
OnPlayerRequestclass error - by Charalambos26 - 29.05.2015, 14:49
Re: OnPlayerRequestclass error - by Vince - 29.05.2015, 14:51
Re: OnPlayerRequestclass error - by Charalambos26 - 29.05.2015, 14:52
Re: OnPlayerRequestclass error - by SoFahim - 29.05.2015, 16:18
Re: OnPlayerRequestclass error - by J0sh... - 29.05.2015, 16:20
Re: OnPlayerRequestclass error - by Charalambos26 - 29.05.2015, 16:21
Re: OnPlayerRequestclass error - by SoFahim - 31.05.2015, 15:44

Forum Jump:


Users browsing this thread: 2 Guest(s)