Hey, ich hab ein ein paar errors in meinem System eingebaut und finde einfach den fehler nicht...
Die Errors:
error 035: argument type mismatch (argument 1)
error 039: constant symbol has no size
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 039: constant symbol has no size
error 035: argument type mismatch (argument 1)
if(BInfo[id][bOwned] == 0)
{
format(bTextstr, sizeof(bTextstr), " ",BInfo[id][bPreis],BInfo[id][bLevel]); // Hier sind die Errors
BInfo[id][bText] = Create3DTextLabel(bTextstr,COLOR_GREEN,BInfo[id][bEnterX],BInfo[id][bEnterY],BInfo[id][bEnterZ],10.0,0,0); //
}
if(BInfo[id][bOwned] == 1)
{
format(bTextstr, sizeof(bTextstr), " ",BInfo[id][hOwner],BInfo[id][hLevel],BInfo[id][bProds]); //
BInfo[id][bText] = Create3DTextLabel(bTextstr,COLOR_GREEN,BInfo[id][bEnterX],BInfo[id][bEnterY],BInfo[id][bEnterZ],10.0,0,0);//
}
enum bizinfo
{
bCreated,
bOwner[MAX_PLAYER_NAME],
bPreis,
bLevel,
bPickup,
Text3D:bText,
bTextstr[256],
bOwned,
Float:bEnterX,
Float:bEnterY,
Float:bEnterZ,
Float:bExitX,
Float:bExitY,
Float:bExitZ,
biRaum,
bProds
};
new BInfo[50][bizinfo];
#define MYSQL_TABLE "Bizdb"
#define MAX_BIZ 50
Ich hoffe ihr könnt mir einwenig weiter helfen bevor ich mich weiter doof suche
mfg