SA-MP Forums Archive
[Resolved] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Resolved] (/showthread.php?tid=68070)



[Resolved] - Hot - 06.03.2009

[Resolved]


Re: [HELP]Passworded Skin - Hot - 06.03.2009

Help ?


Re: [HELP]Passworded Skin - ICECOLDKILLAK8 - 06.03.2009

It would help if we knew what line the error was on


Re: [HELP]Passworded Skin - Mikep - 07.03.2009

https://sampwiki.blast.hk/wiki/ForceClassSelection

Read it. All of it.


Re: [HELP]Passworded Skin - Hot - 07.03.2009

Hi guys , I read the Wiki Mike , as I see it's all correct .

Can you help me ?

Line 220:

Код:
{
	if(bool:Locked[playerid] == true) //If player's current class is locked,
	{ //then..
		ForceClassSelection(playerid); //force him to selection menu
		return 1;
	}
	else
	{
		return 1;
	}
}
~220: return 1;
}