SA-MP Forums Archive
Tut error help ? - 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)
+--- Thread: Tut error help ? (/showthread.php?tid=445440)



Tut error help ? - NewLifeRoleplay - 21.06.2013

Hello i just made a tut system for my server and i get this error

C:\Users\Dylans\Pictures\tutsystem.pwn(5251) : warning 203: symbol is never used: "seek"
C:\Users\Dylans\Pictures\tutsystem.pwn(5282) : warning 203: symbol is never used: "seek"
C:\Users\Dylans\Pictures\tutsystem.pwn(42924) : warning 204: symbol is assigned a value that is never used: "usrName"
C:\Users\Dylans\Pictures\tutsystem.pwn(42923) : warning 204: symbol is assigned a value that is never used: "szStr"
C:\Users\Dylans\Pictures\tutsystem.pwn(42947) : warning 204: symbol is assigned a value that is never used: "usrName"
C:\Users\Dylans\Pictures\tutsystem.pwn(69834) : error 027: invalid character constant
C:\Users\Dylans\Pictures\tutsystem.pwn(69834) : error 027: invalid character constant
C:\Users\Dylans\Pictures\tutsystem.pwn(7011 : error 040: duplicate "case" label (value 1)
C:\Users\Dylans\Pictures\tutsystem.pwn(83675) : warning 204: symbol is assigned a value that is never used: "tstr"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.


Code :
Код:
switch(TutStep[playerid])
	{
		case 1:
		{
			HideTutGUIFrame(playerid, 1);
			ShowTutGUIFrame(playerid, 2);
			TutStep[playerid] = 2;

			// Los Santos Bank (Camera)
			SetPlayerVirtualWorld(playerid, 0);
			SetPlayerInterior(playerid, 0);
			Streamer_UpdateEx(playerid, 1457.4854,-1011.5267,26.8438);
			SetPlayerPos(playerid, -194.4457,1078.3922,57.9517);
			SetPlayerCameraPos(playerid, -194.4457,1078.3922,57.9517);
			SetPlayerCameraLookAt(playerid, -194.4457,1078.3922,57.9517);
			SendClientMessage(playerid, COLOR_WHITE,"------------------------------------------------------------------------------------");
			SendClientMessage(playerid, COLOR_WHITE,"Fort Carson Roleplay Server Tutorial");
			SendClientMessage(playerid, COLOR_YELLOW,"Fort Carson Roleplay has Many jobs you can do across the town / Bone County area!.");
			SendClientMessage(playerid, COLOR_WHITE,"Here are the Jobs List! Private Investigator\ Lawyer / Pizza Boy \ Drug Dealer / Mechanic");
		}