Jump to content

Samy Romafia

Membru
  • Posts

    271
  • Joined

  • Last visited

    Never

Posts posted by Samy Romafia

  1. scoate'le ,sunt 2 sisteme naspa,iati ladmin pt un prototip simplu de adminsis si nai nevoie de JunkBuster pentru ca mai totdeauna creaza buguri, pentru ca a fost facut pt sv autorului,nu pt restu

    Acuma reinstalez JB si lux de la 0. Serveru lam facut de la zero si are aproape 1000 de linii

  2. [glow=red,2,300][DRIFT]Samy ft. Lemon - Jungle[/glow]

    [glow=red,2,300]Info:[/glow]

    [glow=red,2,300]Autor:[/glow] SamyY ft. Lemon

    [glow=red,2,300]Work Time:[/glow] 5 Hours

    [glow=red,2,300]Location:[/glow] Big Ear - Sherman Dam

    [glow=red,2,300]Video:[/glow]

    [glow=red,2,300]Xfire:[/glow] http://www.xfire.com/video/449c34/

    [glow=red,2,300]Download:[/glow]

    [glow=red,2,300]SolidFiles:[/glow] http://solidfiles.com/d/9e56/

    Comment xD

  3. 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;
    	}
      	}
    	}

×
×
  • 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.