Jump to content

WanTeD

Membru
  • Posts

    297
  • Joined

  • Last visited

    Never

Posts posted by WanTeD

  1. Bun.

    [pawn]public OnGameModeInit( )

    {

    NumeCp[ 1 ] = CreatePickup( 1239, 23,  422.5909,2478.0986,16.4922 );

       

            return ( 1 );

    }

    public OnPlayerPickUpPickup( playerid, pickupid )

    {

        if ( pickupid == NumeCp[ 1 ] )

        {

    SetPlayerPos( i, X, Y, Z );

            // S-au ce vrei tu sa faca Checkpointul ala.

        }

    }

    [/pawn]

  2. Nu ai postat bine,sper sa iei warn,dupa ce ca va facut o categorie speciala RP/GF voi postati incontinuare aici.

    [pawn]CreateRoadblock(1459,plocx,plocy,plocz,ploca);[/pawn]

    Tu ai pus asta acolo:)? inloc de plocx,y,z. se pune cordonatele.

  3. Tu esti cel mai but scripter din lume.

    La inceputul scriptului pui:

    [pawn]new Text:Welcome;[/pawn]

    La OnGameModeInit:

    [pawn]Welcome = TextDrawCreate( 0.0, 434.0,"Welcome to Rss" );

    TextDrawFont( Welcome,0 );

    TextDrawLetterSize( Welcome,1,1 );

    TextDrawColor( Welcome,0xC700FF );

    TextDrawSetShadow( Welcome,0 );

    TextDrawSetOutline( Welcome,2 );

    TextDrawBackgroundColor( Welcome,0xDDF10FF );

    TextDrawUseBox( Welcome,0 );[/pawn]

    La OnPlayerConnect:

    [pawn]TextDrawShowForPlayer( playerid, Welcome );[/pawn]

  4.     if (strcmp("/injur", cmdtext, true, 10) == 0)

    {

    new PlayerName[MAX_PLAYER_NAME],

        string[128];

        GetPlayerName(playerid, PlayerName, sizeof(PlayerName));

        format( string, sizeof (string), "*** %s (%d) zice==>bagamias P**A in severul vostru ca-i cel mai tare :((%s)",PlayerName);

        SendClientMessageToAll(0xAFAFAFAA, string);

        ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0);

        GameTextForPlayer( playerid, "~w~~n~~n~~n~~n~~n~~n~/astop", 7000, 3 );

        return 1;

        }

    Invata sa scriptezi ce am vazut aici ma dor ochii,animatile nu sunt facute de tine,toate comenzile sunt luate din alta parte;).

    2/5

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