Jump to content

Question

Posted

C:\Users\proprietario\Desktop\Drifting Stunting Racing\gamemodes\DSRClan.pwn(3984) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


2 Warnings.
/*Allenamento*/
  if(dialogid == 10)//3984
	{
		if(response)
		{
		if(listitem == 0)
		{
		if(IsPlayerInAnyVehicle(playerid)) { DestroyVehicle(GetPlayerVehicleID(playerid)); }
	    SetPlayerVirtualWorld(playerid, 1);
	    TogglePlayerControllable(playerid,false);
	    SetPlayerPos(playerid, -302.1362,1510.1588,75.0195);
	    SetPlayerFacingAngle(playerid, 187.8551);
		new vehicleid = GetPlayerVehicleID(playerid);
		vehicleid = CreateVehicle(562, -302.1362,1510.1588,75.0195,185.8551, 34, 34, 1);
	    SetVehicleVirtualWorld(vehicleid,GetPlayerVirtualWorld(playerid));
		PutPlayerInVehicle(playerid, vehicleid, 0);
		new string[250];
		new sendername[MAX_PLAYER_NAME];
		GetPlayerName(playerid, sendername, sizeof(sendername));
		format(string, sizeof(string), "%s ha avviato il countdown per l'allenamento a BigEar!", sendername);
		SendClientMessageToAll(WHITE, string);
		SetTimerEx("Cinque", 1000, false, "is", playerid);
		SetTimerEx("Quattro", 2000, false, "is", playerid);
		SetTimerEx("Tre", 3000, false, "is", playerid);
		SetTimerEx("Due", 4000, false, "is", playerid);
		SetTimerEx("Uno", 5000, false, "is", playerid);
		SetTimerEx("Via", 6000, false, "is", playerid);
		SetPlayerCheckpoint(playerid, -531.5134,1992.9342,59.9576, 8.0);
		return 1;
	}
  	}
	}

senzaolo1xv.png

www.dsrclan.forumfree.it

3 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.