Jump to content
  • 0

Question

Posted

Puteti sa ma ajutati cu astea? Va rog frumos!:D

[pawn]D:\Jocuri\SAMP\[Acest URL nu trebuie sa apara aici] RPG Romania\pawno\include\vida.inc(161) : warning 201: redefinition of constant/macro (symbol "OnPlayerConnect")

D:\Jocuri\SAMP\[Acest URL nu trebuie sa apara aici] RPG Romania\pawno\include\vida.inc(162) : warning 201: redefinition of constant/macro (symbol "OnPlayerDisconnect")

D:\Jocuri\SAMP\Pro-Gaming by EmiNEm\gamemodes\J4F.pwn(15865) : warning 202: number of arguments does not match definition

D:\Jocuri\SAMP\Pro-Gaming by EmiNEm\gamemodes\J4F.pwn(22020) : warning 235: public function lacks forward declaration (symbol "HBroadCast")

D:\Jocuri\SAMP\Pro-Gaming by EmiNEm\gamemodes\J4F.pwn(35593) : warning 216: nested comment

D:\Jocuri\SAMP\Pro-Gaming by EmiNEm\gamemodes\J4F.pwn(58746) : warning 225: unreachable code

D:\Jocuri\SAMP\Pro-Gaming by EmiNEm\gamemodes\J4F.pwn(63846) : warning 235: public function lacks forward declaration (symbol "ResetBan")

D:\Jocuri\SAMP\Pro-Gaming by EmiNEm\gamemodes\J4F.pwn(63850) : warning 235: public function lacks forward declaration (symbol "ResetKick")

D:\Jocuri\SAMP\Pro-Gaming by EmiNEm\gamemodes\J4F.pwn(67420) : warning 203: symbol is never used: "PlayerPos"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size:          13060 bytes

Code size:          2907016 bytes

Data size:          7661528 bytes

Stack/heap size:      16384 bytes; estimated max. usage=4308 cells (17232 bytes)

Total requirements:10597988 bytes

9 Warnings.[/pawn]

161-162:[pawn]new ConBandana[MAX_PLAYERS];

new PusoArbolN[MAX_PLAYERS];[/pawn]

15865:[pawn]    Create3DTextLabel("{6EF83C}U.S.T. HQ \n{FFFFFF}Apasa [F] sau [Enter]",0xE60000FF,2495.9592,447.1134,1397.2653,1084.3047+1,8,0,1); //iesire[/pawn]

22020:[pawn]public HBroadCast(color,const string[],level)

{

for(new i = 0; i < MAX_PLAYERS; i++)

{

if(IsPlayerConnected(i))

{

if (PlayerInfo[pHelper] >= level)

{

SendClientMessage(i, color, string);

printf("%s", string);

}

}

}

return 1;

}[/pawn]

35593:[pawn] /*if(strcmp(cmd, "/carspawn", true) == 0)

{

    if(!IsPlayerConnected(playerid)) { return 1; }

    if(PlayerInfo[playerid][pPcarkey]==999) { GameTextForPlayer(playerid, "~w~You do not have a car to locate", 2500, 3); return 1; }

    if(PlayerInfo[playerid][pPnumber]==0) { SendClientMessage(playerid, COLOR_GRAD2, "You do not have a phone to locate your car spawn"); return 1; }

SendClientMessage(playerid,COLOR_WHITE,"Car spawn location is red on a map");

  SetPlayerCheckpoint(playerid,CarInfo[PlayerInfo[playerid][pPcarkey]][cLocationx], CarInfo[PlayerInfo[playerid][pPcarkey]][cLocationy], CarInfo[PlayerInfo[playerid][pPcarkey]][cLocationz], 5.0);

    return 1;

}*/[/pawn]

58746:[pawn] if(LicenseType[playerid] == 0 || LicenseType[playerid] > 5)

{

    return 1;

}[/pawn]

63846:[pawn]public ResetBan(playerid)

{

PlayerBan[playerid] = 0;

}

public ResetKick(playerid)

{

PlayerKick[playerid] = 0;

}[/pawn]

63850:[pawn]public ResetBan(playerid)

{

PlayerBan[playerid] = 0;

}

public ResetKick(playerid)

{

PlayerKick[playerid] = 0;

}[/pawn]

67420: nici nu am linia asta.. am doar pana la 67419.. :|

3 answers to this question

Recommended Posts

Posted

  • 15856:
    [pawn]Create3DTextLabel("{6EF83C}U.S.T. HQ \n{FFFFFF}Apasa [F] sau [Enter]",0xE60000FF,2495.9592,447.1134,1397.2653,1084.3047+1,8,0);[/pawn]
  • 22020:
    [pawn]forward HBroadCast(color,const string [ ],level);[/pawn]
  • 63846 - 63850:
    [pawn]forward ResetBan(playerid);
    forward ResetKick(playerid);[/pawn]
  • 67420: Sterge simbolul PlayerPos.

Dupa ce faci toate astea, ar trebui sa mai ai cateva erori sau avertizmente deci posteaza aici.

Posted

Aici:

D:\Jocuri\SAMP\[Acest URL nu trebuie sa apara aici] RPG Romania\pawno\include\vida.inc(161) : warning 201: redefinition of constant/macro (symbol "OnPlayerConnect")

D:\Jocuri\SAMP\[Acest URL nu trebuie sa apara aici] RPG Romania\pawno\include\vida.inc(162) : warning 201: redefinition of constant/macro (symbol "OnPlayerDisconnect")

Ai definit de 2 ori OnPlayerConnect si OnPlayerDisconnect :)

Cel din urma va fi cel dintâi.

Posted

[pawn]Create3DTextLabel("{6EF83C}U.S.T. HQ \n{FFFFFF}Apasa [F] sau [Enter]",0xE60000FF,2495.9592,447.1134,1397.2653,1084.3047+1,8,0);

22020:

Pawno Code: [select]

forward HBroadCast(color,const string [ ],level);

63846 - 63850:

Pawno Code: [select]

forward ResetBan(playerid);

forward ResetKick(playerid);[/pawn]

Sau descark rPos.inc de pe net!!

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.