Jump to content

armando112

Membru
  • Posts

    69
  • Joined

  • Last visited

    Never

Posts posted by armando112

  1. Salut sa-mp.ro!!!!

    [glow=red,2,300]Timp de lucru: 5 ore [/glow] [move]Era in franceza si l-am tradus in romana(85%) [/move]

    Ce contine:Harti unice...I-am scos clasa assist, random missions la trucker, Are sistem admin,vip.

    L-am editat akum 5 luni si m-am gandit sa-l postez pe Sa-mp.ro

    Atentie!!! Acest server este un edit

    Poze:

    vidk.png

    Uploaded with ImageShack.us

    [img width=500 height=375]http://img18.imageshack.us/img18/8918/dufg.png

    Uploaded with ImageShack.us

    [img width=500 height=375]http://img28.imageshack.us/img28/2918/u7xq.png

    Uploaded with ImageShack.us

    [img width=500 height=375]http://img600.imageshack.us/img600/4469/vgle.png

    Uploaded with ImageShack.us

    [img width=500 height=375]http://img694.imageshack.us/img694/8098/2ygy.png

    Uploaded with ImageShack.us

    [img width=500 height=375]http://img24.imageshack.us/img24/5306/tt25.png

    Uploaded with ImageShack.us

    [download]http://www.fileshare.ro/e29904490[/download]

    Astept pareri!!!!

  2. [pawn][/pawn]E:\sv samp\PPC_Trucking6\gamemodes\PPC_Trucking.pwn(116) : error 017: undefined symbol "SetObjectMaterialText"[pawn][/pawn]

    si linia

    [pawn] new tutorial = CreateObject(19353, 1497.34, 1024.45, 11.48,  0.00, 0.00, 0.00);

    SetObjectMaterialText(tutorial, "SalamP", 2, 50, "Arial", 24, 1);[/pawn]

  3. [pawn][/pawn]D:\samp\server vechi\pawno\include\PPC_PlayerCommands.inc(2203) : error 021: symbol already defined: "cmd_setlevel"

    si linia:[pawn][/pawn]// Sets the admin-level of another player

    COMMAND:setlevel(playerid, params[])

    {

    // Setup local variables

    new OtherPlayer, Level, Msg[128], Name[24], AdminName[24], OldLevel;

    // Send the command to all admins so they can see it

    //SendAdminText(playerid, "/setlevel", params);

    // Check if the player has logged in

    if (APlayerData[playerid][LoggedIn] == true)

    {

    // Check if the player's admin rcon

    if (APlayerData[playerid][PlayerLevel] >= 8)

    {

    if (sscanf(params, "ui", OtherPlayer, Level)) SendClientMessage(playerid, 0xFF0000AA, "Usage: \"/setlevel <OtherPlayer> <AdminLevel>\"");

    else

    {

    // Check if that other player is online

    if (IsPlayerConnected(OtherPlayer))

    {

        // Get the old level of the other player

        OldLevel = APlayerData[OtherPlayer][PlayerLevel];

    // Get the playername of the admin

    GetPlayerName(playerid, AdminName, sizeof(AdminName));

    // Also get the name of the player that has been promoted

    GetPlayerName(OtherPlayer, Name, sizeof(Name));

    // Store the level of the player

    APlayerData[OtherPlayer][PlayerLevel] = Level;

    // Let all players know about it

    if (OldLevel != Level)

    {

    // Check if the player has been promoted or demoted

    if (OldLevel < Level)

    format(Msg, 128, "Player %s has been promoted to %s by %s", Name, AdminLevelName[Level], AdminName);

    if (OldLevel > Level)

    format(Msg, 128, "Player %s has been demoted to %s by %s", Name, AdminLevelName[Level], AdminName);

    SendClientMessageToAll(0x00FF00FF, Msg);

    }

    else

    SendClientMessage(playerid, 0xFF0000FF, "Other player's level hasn't been changed");

    }

    else

        SendClientMessage(playerid, 0xFF0000FF, "Acest Utilizator nu este Oline");

    }

    }

    else

        return 0;

    }

    else

        return 0;

    // Let the server know that this was a valid command

    return 1;

    }

    serverul e pe include:!!!!!

  4. Puteti sa ma ajutati si pe mine va rog

    [pawn][/pawn]new Bineaivenit = CreateObject(19353, -660.82, -2124.27,  27.43, 0.0999, -90.0000, -89.9389);

    SetObjectMaterialText(Bineaivenit, "Bine Ai venit !!!", 0, 60, "Arial", 20, 0, -16776961, 0, 1);

    Ce este (0.0999, -90.0000, -89.9389);

    Coordonatele sunt  -660.82, -2124.27,  27.43,

  5. Salut am si eu o prbl

    Linia 11

    [pawn]{2, 27137746580, 852.2207030,98049520 , 0.0, 0.0, 0.0, 1625.6999511719, 923.40002441406,  9.8049520, "/poarta", 972}[/pawn]

    Si eroarea [pawn]C:\Documents and Settings\Administrator\Desktop\Untitled.pwn(11) : error 001: expected token: "}", but found "{"[/pawn]

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