Hey,
könnte mir da jemand weiter helfen !`?
wenn ich Complimieren will kommen diese Fehler
ZitatAlles anzeigenC:\Users\Dima\Desktop\MSL_Mafiosis Second Life\gamemodes\sg.pwn(1854) : error 004: function "GiveMoney" is not implemented
C:\Users\Dima\Desktop\MSL_Mafiosis Second Life\gamemodes\sg.pwn(1883) : error 004: function "GiveMoney" is not implemented
C:\Users\Dima\Desktop\MSL_Mafiosis Second Life\gamemodes\sg.pwn(3076) : error 029: invalid expression, assumed zero
C:\Users\Dima\Desktop\MSL_Mafiosis Second Life\gamemodes\sg.pwn(3076) : warning 215: expression has no effect
C:\Users\Dima\Desktop\MSL_Mafiosis Second Life\gamemodes\sg.pwn(3076) : error 001: expected token: ";", but found "if"
C:\Users\Dima\Desktop\MSL_Mafiosis Second Life\gamemodes\sg.pwn(3076) : error 004: function "GetMoney" is not implemented
C:\Users\Dima\Desktop\MSL_Mafiosis Second Life\gamemodes\sg.pwn(3076) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.
________________________________________________________________________
Hier die Zeile 3076 :
> *if(GetMoney(playerid)
Zeile 1854:
> GiveMoney(i, value);
Zeile 1883:
> GiveMoney(i, value);