Szerző Téma: warning 004: SetCamBack(playerid);  (Megtekintve 706 alkalommal)

warning 004: SetCamBack(playerid);
« Dátum: 2011. Április 29. - 22:59:54 »
0 Show voters
Sziasztok!
Van a 13685.sor: (Magyar GF mod, régi.) [pawn]SetCamBack(playerid);[/pawn]
a következõ errort dobja fel:
error 004: function \"SetCamBack\" is not implemented

 
Mi a hiba?
Köszi a segitséget! :D

Nem elérhető Stray

  • 617
    • Profil megtekintése
warning 004: SetCamBack(playerid);
« Válasz #1 Dátum: 2011. Április 29. - 23:03:32 »
0 Show voters
Kell lennie egy
[pawn]stock SetCamBack(...[/pawn]
vagy
[pawn]public SetCamBack(...[/pawn]
Ezek \"tartalmát\" másold be.
Ha nincsenek akkor máshogy lesz.

warning 004: SetCamBack(playerid);
« Válasz #2 Dátum: 2011. Április 29. - 23:05:12 »
0 Show voters
Ilyen sajnos nincs :(

Koncz_Norbert

  • Vendég
warning 004: SetCamBack(playerid);
« Válasz #3 Dátum: 2011. Április 30. - 09:05:11 »
0 Show voters
[pawn]
forward SetCamBack(playerid);
public SetCamBack(playerid)
{
    if(IsPlayerConnected(playerid))
    {
   new Float:plocx,Float:plocy,Float:plocz;
   GetPlayerPos(playerid, plocx, plocy, plocz);
   SetPlayerPos(playerid, -1863.15, -21.6598, 1060.15); // Warp the player
   SetPlayerInterior(playerid,14);
}
}[/pawn]
Nem vagyok biztos benne.

warning 004: SetCamBack(playerid);
« Válasz #4 Dátum: 2011. Április 30. - 12:45:29 »
0 Show voters
Megoldódott! Kösz mindenkinek! :D

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal