Samy Romafia Posted February 2, 2011 Report Share Posted February 2, 2011 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; } } } www.dsrclan.forumfree.it Link to comment Share on other sites More sharing options...
TheGuardianAngel Posted February 2, 2011 Report Share Posted February 2, 2011 indenteaza linia 3984 .....off: voi chiar asa ati ajuns sa faceti topic pt toate "warnurile" pe care le primiti:| macar daca era eroare Link to comment Share on other sites More sharing options...
Samy Romafia Posted February 2, 2011 Author Report Share Posted February 2, 2011 if(dialogid == 10)//3984Citeste prima de a raspunde.Oricum am incercat sa rezolvez warnul ala dar nu am reusit www.dsrclan.forumfree.it Link to comment Share on other sites More sharing options...
songoku11 Posted February 2, 2011 Report Share Posted February 2, 2011 Samy incearca acuma : http://pastebin.com/aNbf8XSe Link to comment Share on other sites More sharing options...
Question
Samy Romafia
www.dsrclan.forumfree.it
Link to comment
Share on other sites
3 answers to this question
Recommended Posts