Nein ich wollte Tutorial haben für das GF Sys?
Beiträge von ChristianW
-
-
Okay dann hat mal Jemand ein Tutorial wegen Enums für mich
-
Ich kenn mich da aber nicht aus
-
Was willst du denn genau wissen
-
Kann mir mal jemand ie Unterschide für
SetPVarInt
GetPVarIntUnd das für GF
z.B. das
if(PlayerInfo[playerid][pLevel] >= 2) -
Die existieren nicht
-
Ich habe immernoch 3 Errors und ich bitte euch jetzt mal um Hilfe
C:\Users\Christian\Desktop\World of San Andreas 4.0.2\gamemodes\WorldofSanAndreas - Kopie.pwn(3661) : error 021: symbol already defined: "Streamer_OnPlayerConnect"
C:\Users\Christian\Desktop\World of San Andreas 4.0.2\gamemodes\WorldofSanAndreas - Kopie.pwn(7847) : error 021: symbol already defined: "OnPlayerStateChange"
C:\Users\Christian\Desktop\World of San Andreas 4.0.2\gamemodes\WorldofSanAndreas - Kopie.pwn(10793) : error 021: symbol already defined: "Streamer_OnGameModeInit"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase3 Errors.
3661
{7847
{{
Eine Zeile drüber ist jeweils ine Fucntion
Hier das inc woran es liegt
Die txt ist die inc datei inc kann ich nicht hochladen
-
Okay wo setzte ich nun Natives
Ich habe alles soweit rausgefunden aber wo muss ich NAtives setzten bei welchem Public/Fncion
-
-
Okay ich ahbe herusgefunden das ich das mit den Natives machen muss
Aber wo muss ich die Natives einfügen
native ZKX_OnGameModeInit();
native ZKX_OnPlayerConnect(playerid);
native ZKX_OnPlayerStateChange(playerid, newstate);
native ZKX_SetGPSSystemOn(playerid);
native ZKX_SetGPSSystemOff(playerid);
native ZKX_SetRoute(playerid, Float:x1, Float:y1, Float:z1); -
Errors
C:\Users\Christian\Desktop\World of San Andreas 4.0.2\pawno\include\M_Bot.inc(152) : error 017: undefined symbol "IsAnAdmin"
C:\Users\Christian\Desktop\World of San Andreas 4.0.2\pawno\include\M_Bot.inc(770) : error 017: undefined symbol "GetDistanceBetweenPlayers"
C:\Users\Christian\Desktop\World of San Andreas 4.0.2\pawno\include\M_Bot.inc(791) : error 017: undefined symbol "IsAnAmbulance"
C:\Users\Christian\Desktop\World of San Andreas 4.0.2\gamemodes\WorldofSanAndreas.pwn(295) : error 017: undefined symbol "ZKX_TD_GPSBox"
C:\Users\Christian\Desktop\World of San Andreas 4.0.2\gamemodes\WorldofSanAndreas.pwn(295) : warning 215: expression has no effect
C:\Users\Christian\Desktop\World of San Andreas 4.0.2\gamemodes\WorldofSanAndreas.pwn(295) : error 001: expected token: ";", but found "]"
C:\Users\Christian\Desktop\World of San Andreas 4.0.2\gamemodes\WorldofSanAndreas.pwn(295) : error 029: invalid expression, assumed zero
C:\Users\Christian\Desktop\World of San Andreas 4.0.2\gamemodes\WorldofSanAndreas.pwn(295) : fatal error 107: too many error messages on one lineCompilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
7 Errors.
Zeile 295
TextDrawShowForPlayer(playerid, Text:ZKX_TD_GPSBox[playerid]);Das andere Hängt iwie mit dem M_Bot zusammen und wenn ich zu den Zeilen springe dann kommen da nur #defines für irgendwelche Dialoge?
Edit kann sich das nicht mal jemand anschauen via Teamviewer
-
Kann mir jamnd mal shcnell über Teamviewer helfen die Errors zu beseitigen?
MfGJames
-
Hat alles geklappt können sie mir evtl ein Tacho scripten geb ihnen dafür nachher 10 PSC
Melden sie sich mal in SKype christian.4.2 sie haben mich aber glaube ich
-
Kannst du mir das mal eben so machen wie es richtig ist ich kapiers nicht
-
Ich habe aber ein GF und wenn ich das playerid nicht definiere gehts nicht
-
Ja ich habe in GF aber mann muss noch playerid definieren // Kaliber muss davor noch ein ! ???
also
so
else if(PlayerInfo[playerid][pLevel] >= 2)
oder so
else if(!PlayerInfo[playerid][pLevel] >= 2)So siehts zz aus
new bonus = 0,playerid;
if(PlayerInfo[playerid][pLevel] >= 1)
{
bonus = 3200;
}
else if(PlayerInfo[playerid][pLevel] >= 2)
{
bonus = 3800;
}
else if(PlayerInfo[playerid][pLevel] >= 3)
{
bonus = 4600;
}
else if(PlayerInfo[playerid][pLevel] >= 4)
{
bonus = 5200;
}
else if(PlayerInfo[playerid][pLevel] >= 5)
{
bonus = 5800;
} -
Alles Geklappt aber ich ill es ingame nicht bonus nennen hat jmd ein Vorschlag wie man es nennt
-
Kann ich das da genau hinfügen oder muss ich dafür ne eigene function/stock erstellen
-
Nein beim Payday
-
Wie füge ich beim payday den Bonus hinzu?
new bonus;
Bei Lvl 1 Soll man 3200 bekommen
Bei Lvl 2 soll man 3800 bekommen
Bei Lvl 3 soll man 4400 bekommen
Bei Lvl 4 soll man 5200 bekommen
Bei Lvl 5 soll man 5800 bekommenMfg James