Ich bekomme 1 Error namens:
error 017: undefined symbol "x"
Die Zeile betrifft:
CreateHaus(x,y,z,100,"Keiner");
Was ist falsch?
Ich kann auf Wunsch den ganzen Stock auch posten
stock CreateHaus(Float:x,Float:y,Float:z,Kaufpreis,Besitzer[32])
{
Ich bekomme 1 Error namens:
error 017: undefined symbol "x"
Die Zeile betrifft:
CreateHaus(x,y,z,100,"Keiner");
Was ist falsch?
Ich kann auf Wunsch den ganzen Stock auch posten
stock CreateHaus(Float:x,Float:y,Float:z,Kaufpreis,Besitzer[32])
{
Wo steht die Zeile CreateHaus ?
@ Simon
Variablen werden NIEMALS mit #define erstellt!
CreateHaus(x,y,z,100,"Keiner");
Da wo du das ausführst musste mal das ein bauen:
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
new Float:x, Float:y, Float:z;
Es geht nicht um den Stock CreateHaus sondern:
Schick uns mal 5 Zeilen vor und 5 Zeilen nach dem "CreateHaus(x,y,z,100,"Keiner")"
Danke Ramino & InternetInk für die Hilfe ! Es geht
Ne Frage wie markiere ich den Thread als Erledigt?!
new Float:x, Float:y, Float:z;
stock CreateHaus(Float:x,Float:y,Float:z,Kaufpreis,Besitzer[32])
{
Ne Frage wie markiere ich den Thread als Erledigt?!
Oben neben dem Titel aufs Blatt klicken
Noch ne frage xD
iCh bekomme 1 Error undzwr:
C:\Users\muhammed\Desktop\Huas System.pwn(159) : error 035: argument type mismatch (argument 2)
Zeile:
new Float:x, Float:y, Float:z;