Dialog after class select
#8

Quote:
Originally Posted by Naruto_Emilio
Посмотреть сообщение
Nvm use this
On the top
pawn Код:
new pClass[MAX_PLAYERS];

//now onplayerrequest class add this code under it
pClass[playerid] = 1;

//now under onplayerspawn

if(pClass[playerid] == 1)
{
       pClass[playerid] = 0;
       Here add te dialog

}
else {


// the rest of your code under this
}
I see what you did there :P I feel stupid that i couldn't figure it out by myself :P
REPPED, and tyvm :P
Reply


Messages In This Thread
Dialog after class select - by ThaCrypte - 05.08.2013, 09:38
Re: Dialog after class select - by Vanter - 05.08.2013, 10:44
Re: Dialog after class select - by ThaCrypte - 05.08.2013, 11:08
Re: Dialog after class select - by ThaCrypte - 06.08.2013, 00:11
Re: Dialog after class select - by Naruto_Emilio - 06.08.2013, 05:31
Re: Dialog after class select - by ThaCrypte - 06.08.2013, 06:05
Re: Dialog after class select - by Naruto_Emilio - 06.08.2013, 06:12
Re: Dialog after class select - by ThaCrypte - 06.08.2013, 06:29

Forum Jump:


Users browsing this thread: 4 Guest(s)