06.08.2013, 06:12
Nvm use this
On the top
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
}