Please, need help with a text
#1

I know, I've posted this before, but that had wrong script and no one could answer... so I maked a new one with my new script.

This time it only gives one error: "argument type mismatch (argument 2)"

Код:
public OnPlayerRequestClass(playerid, classid)
{
	SetPlayerPos(playerid, 1390.3442,-818.1929,74.2952);
    SetPlayerFacingAngle(playerid, 126.8305);
	SetPlayerCameraPos(playerid, 1386.3706,-821.1882,73.7814);
	SetPlayerCameraLookAt(playerid, 1390.3442,-818.1929,74.2952);
  	{
	 	if (classid == 0)
	 	{
				GameTextForPlayer(playerid, 3500, 6, "Civilian");
		}
	}
	return 1;
}
I maked this script, to show a text in the skin selection.

Thanks for helping me out with the error
Reply


Messages In This Thread
Please, need help with a text - by Littleman774 - 19.05.2009, 21:13
Re: Please, need help with a text - by Joe Staff - 19.05.2009, 21:16
Re: Please, need help with a text - by MenaceX^ - 19.05.2009, 21:17
Re: Please, need help with a text - by Littleman774 - 19.05.2009, 21:19
Re: Please, need help with a text - by Littleman774 - 19.05.2009, 21:26
Re: Please, need help with a text - by Joe Staff - 19.05.2009, 21:34
Re: Please, need help with a text - by Littleman774 - 19.05.2009, 21:41
Re: Please, need help with a text - by Joe Staff - 19.05.2009, 21:42
Re: Please, need help with a text - by Littleman774 - 19.05.2009, 21:45
Re: Please, need help with a text - by Joe Staff - 19.05.2009, 21:48

Forum Jump:


Users browsing this thread: 1 Guest(s)