Beim /teleport auf dem Bike bleiben

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Hey,
    ich habe ein Problem bzw. ein wunsch.
    Und zwar, wie bleibe ich nach einem Teleport auf dem Bike,
    weil immer wenn ich /sf eingegeben habe oder sonstiges steige ich immer automatisch ab :(
    Ich hoffe ihr könnt mir helfen.


    MfG
    Ed_Hardy
    Ps. Sufu :) aber leider wusste ich nicht unter was ich es suchen sollte also tut es mir leid wenn es schon dazu was gibt.


    €dit:Beim Auto steige ich auch immer automatisch aus...hat keiner ne Idee?

  • Bei welchem befehl soll das so sein ?
    nur /Sf ?


    edit:// mach das einfach in den befehl noch rein
    if (GetPlayerState(playerid) == 2)
    {
    new tmpcar = GetPlayerVehicleID(playerid);
    SetVehiclePos(tmpcar, x,y,z); // deine kords
    TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
    }
    else
    {
    SetPlayerPos(playerid, x,y,z); // hier deine cors hin
    }
    SendClientMessage(playerid, COLOR_GRAD1, " Du wurdest Telepotiert");
    SetPlayerInterior(playerid,0);
    PlayerInfo[playerid][pInt] = 0;


    Powered by Windows 7


    Die HDD stimmt nich , hab 3 Festplatten drin.

  • if (strcmp("/sf", cmdtext, true) == 0)
    {
    if (GetPlayerState(playerid) == 2)
    {
    new tmpcar = GetPlayerVehicleID(playerid);
    SetPlayerInterior(playerid,0);
    SetPlayerPos(playerid, -2022.2651,157.1473,28.8359);
    SetVehiclePos(tmpcar, -2022.2651,157.1473,28.8359);
    }
    return 1;
    }


    versuch das mal


    Powered by Windows 7


    Die HDD stimmt nich , hab 3 Festplatten drin.

  • do.de - Domain-Offensive - Domains für alle und zu super Preisen
  • C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(162) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(171) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(180) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(189) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(198) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(207) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(216) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(225) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(234) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(245) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(247) : warning 225: unreachable code
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(249) : warning 219: local variable "tmpcar" shadows a variable at a preceding level
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(253) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(258) : warning 219: local variable "tmpcar" shadows a variable at a preceding level
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(262) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(267) : warning 219: local variable "tmpcar" shadows a variable at a preceding level
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(271) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(276) : warning 219: local variable "tmpcar" shadows a variable at a preceding level
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(280) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(285) : warning 219: local variable "tmpcar" shadows a variable at a preceding level
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(289) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(294) : warning 219: local variable "tmpcar" shadows a variable at a preceding level
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(298) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(303) : warning 219: local variable "tmpcar" shadows a variable at a preceding level
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(307) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(314) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(320) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(325) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(383) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(441) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(455) : error 017: undefined symbol "strtok"
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(455) : error 033: array must be indexed (variable "cmd")
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(462) : error 079: inconsistent return types (array & non-array)
    C:\DOKUME~1\Chris\Desktop\_SES_S~1\GAMEMO~1\ses.pwn(473) : error 079: inconsistent return types (array & non-array)


    Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    26 Errors.


    ööö xD Jetzt bekomm ich überall Errors hmm ?

  • @ Sugga und dein ersten befehl,wenn man keine ahnung hat,lasses, ihn einfach rauszukopieren und zu posten bringt nichts :thumbdown:
    (Zumal der ausm GF ist obwolh du nichtmal wusstest ob er GF hat!)

    if (strcmp("/sf", cmdtext, true) == 0)
    {
    new tmpcar = GetPlayerVehicleID(playerid);
    SetPlayerInterior(playerid,0);
    SetPlayerPos(playerid, -2022.2651,157.1473,28.8359);
    SetVehiclePos(tmpcar, -2022.2651,157.1473,28.8359);
    PutPlayerInVehicle(playerid,tmpcar,0);
    return 1;
    }