Hallo kann mir jemand einen befehl erstellen der nur für /Rcon eingeloggte machbar ist der so funzt /autotp [ID]
wen man das macht soll sich das auto neben einen Teleportieren oder da sman drinne sitzt ist egal
Hallo kann mir jemand einen befehl erstellen der nur für /Rcon eingeloggte machbar ist der so funzt /autotp [ID]
wen man das macht soll sich das auto neben einen Teleportieren oder da sman drinne sitzt ist egal
if(strcmp(cmd, "/autotp", true) == 0)
{
if(IsPlayerConnected(playerid))
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /autotp [carid]");
return 1;
}
new Float:plocx,Float:plocy,Float:plocz;
new plo;
plo = strval(tmp);
if (PlayerInfo[playerid][pAdmin] >= 3)
{
GetPlayerPos(playerid, plocx, plocy, plocz);
SetVehiclePos(plo,plocx,plocy+4, plocz);
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " Du darfst diesen Befehl nicht benutzen!");
}
}
return 1;
/Edit Pawn Quelltext geändert
Hey danke schonmal bekomme aber dies hier
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(968) : error 017: undefined symbol "cmd"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(970) : error 017: undefined symbol "playerid"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(972) : error 017: undefined symbol "tmp"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(972) : error 017: undefined symbol "strtok"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(973) : error 017: undefined symbol "tmp"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(975) : error 017: undefined symbol "playerid"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(976) : error 079: inconsistent return types (array & non-array)
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(980) : error 017: undefined symbol "tmp"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(981) : error 017: undefined symbol "PlayerInfo"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(981) : error 017: undefined symbol "playerid"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(981) : error 029: invalid expression, assumed zero
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(981) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
12 Errors.
mal ne frage wie weit ist en dein server ist der schon fertig oder hast du jetzt so 3000zeilen ?
Mein server ist fertig und Online habe 3719 Zeilen Script und der server ist auch schon online!
Warum ?
//edit: Baue nurnoch ein paar updates mit ein paar kleinen Feutures
hast du die neusten includes von Pawno
Ja includes von 0.3b kp warum es nicht geht
wwwiner das hat nichts mit den includes zu tun sondern mit deinem code schnipsel welcher für gf ist.... Hier mal was umschreiben dann sollte es gehen.
if(strcmp(cmd, "/autotp", true) == 0)
{
if(IsPlayerConnected(playerid))
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /autotp [carid]");
return 1;
}
new Float:plocx,Float:plocy,Float:plocz;
new plo;
plo = strval(tmp);
if (IsPlayerAdmin(playerid))
{
GetPlayerPos(playerid, plocx, plocy, plocz);
SetVehiclePos(plo,plocx,plocy+4, plocz);
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " Du darfst diesen Befehl nicht benutzen!");
}
}
return 1;
}
hm zudem war noch nen Klammerfehler drin...
Danke jetzt habe ich die errors
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(968 ) : error 017: undefined symbol "cmd"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(970) : error 017: undefined symbol "playerid"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(972) : error 017: undefined symbol "tmp"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(972) : error 017: undefined symbol "cmdtext"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(973) : error 017: undefined symbol "tmp"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(975) : error 017: undefined symbol "playerid"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(980) : error 017: undefined symbol "tmp"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(981) : error 017: undefined symbol "playerid"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(983) : error 017: undefined symbol "playerid"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(988 ) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
10 Errors.
Hm haste es bei OnPlayerCommandText drine? Wenn ja will mir jetzt nichts auf die schnelle einfallen, und ich muss leider offline.
Okey Danke das war schonmal ein teil hatte es ausversehen in Gamemodeinit
jetzt in onplayercommandtext
nun diese error
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(1316) : error 017: undefined symbol "tmp"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(1317) : error 017: undefined symbol "tmp"
D:\Pawn\pawno\Reallife GM\Reallife-Time-Beta.pwn(1324) : error 017: undefined symbol "tmp"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.
//edit: okey habe oben bei includes jetzt
#include <tmp> rein geschrieben aber mir fehlt die inc. tmp wo bekomme ich die her
Vielleicht bei " OnPlayerCommandText " ganz oben das hinzufügen : new tmp[256];
Bin mir nicht so ganz sicher , aber versuch es mal.
MfG.
Spider
//Edit hör lieber auf Spider
Du musst unter public OnPlayerCommandText
new tmp[256];
schreiben.
weißt ich kenn mich net so gut aus wie du denk ich zumindest und bei mir ist des auch so wie bei dir X-Spider.
Okey versuche ich mal evtl gehts ja melde mich dann
Ich denke , dass wir gleich gut Ahnung vom Scripten haben und das wichtige ist ja, dass wir
ihm geholfen haben. Er würde sich auch bei dir bedanken , und mir geht es nicht um " Wer zuerst geantwortet hat".
Also , lass mit dem Spamen aufhören und Schluss .
Lg,
Spider
dann versuch dochmal was ich denke füg des bei Pawno includes ein: