Jump to content
  • 0

3 Errors! Nevoie ajutor


Pinki95

Question

Astea sunt erorile:

C:\Documents and Settings\vio\Desktop\™Server™\pawno\include\PPC_MissionsTrucking.inc(42) : error 017: undefined symbol "APlayerData"

C:\Documents and Settings\vio\Desktop\™Server™\pawno\include\PPC_MissionsTrucking.inc(42) : warning 215: expression has no effect

C:\Documents and Settings\vio\Desktop\™Server™\pawno\include\PPC_MissionsTrucking.inc(42) : error 001: expected token: ";", but found "]"

C:\Documents and Settings\vio\Desktop\™Server™\pawno\include\PPC_MissionsTrucking.inc(42) : error 029: invalid expression, assumed zero

C:\Documents and Settings\vio\Desktop\™Server™\pawno\include\PPC_MissionsTrucking.inc(42) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

4 Errors.

Asta este linia:

/* format(s, sizeof(s), "You are doing mission: %s", Mission);

SendClientMessage(playerid, 0x00FF00FF, s);*/

minfo[playerid][Pay] = MissionPay;

minfo[playerid][Lastx] = Endx;

minfo[playerid][Lasty] = Endy;

minfo[playerid][Lastz] = Endz;

minfo[playerid][Checkpoint] = SetPlayerCheckpoint(playerid, Startx, Starty, Startz, 5.0);

minfo[playerid][CheckpointID] = 1;  <<<<<----------------------Linia 42

// minfo[playerid][MissionText] = Mission;

  return 1;

}

560x95_F01616_1625F2_030303_000000.png
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

[pawn]/*format(s, sizeof(s), "You are doing mission: %s", Mission);

  SendClientMessage(playerid, 0x00FF00FF, s);*/

  minfo[playerid][Pay] = MissionPay;

  minfo[playerid][Lastx] = Endx;

  minfo[playerid][Lasty] = Endy;

  minfo[playerid][Lastz] = Endz;

  minfo[playerid][Checkpoint] = SetPlayerCheckpoint(playerid, Startx, Starty, Startz, 5.0);

  minfo[playerid][CheckpointID] = 1; // <<<<<----------------------Linia 42

// minfo[playerid][MissionText] = Mission;

    return 1;[/pawn]

 

1859311972_BANNER-GIREADAcopy-min.thumb.png.48e5e420ae2185dce5b244965a1d2601.png

 

Link to comment
Share on other sites

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.