21.05.2010, 18:09
i fixed the problem now, i had a FS who apperently was bugged.. but nvm im gonna fix that one later..
now i want to know one thing why is this now happening
Pawno Output
now i want to know one thing why is this now happening
Code:
public OnPlayerConnect(playerid) { new pName[MAX_PLAYER_NAME]; new string[48]; new formatZ[256]; format(formatZ,sizeof(formatZ),"%s.lics.bfx",pName(playerid)); if(!udb_Exists(formatZ)) { udb_Create(formatZ,"209010"); } gLicenseC[playerid] = dUserINT(formatZ).("carlic"); gLicenseF[playerid] = dUserINT(formatZ).("fluglic"); gLicenseB[playerid] = dUserINT(formatZ).("bootlic"); gLicenseZ[playerid] = dUserINT(formatZ).("bikelic"); //textdraws TextDrawShowForPlayer(playerid, Textdraw1); GetPlayerName(playerid, pName, sizeof(pName)); format(string, sizeof(string), "%s has joined the server.", pName); SendClientMessageToAll(0xAAAAAAAA, string); team[playerid] = 0; BigEar[playerid] = 0; //time(); SendClientMessage(playerid, COLOR_GREEN, "Welcome West Side Villiage RPG"); SendClientMessage(playerid, COLOR_YELLOW, "Type /commands to see the commands"); SendClientMessage(playerid,COLOR_YELLOW,"Please read: /rules and /dmrules"); SendClientMessage(playerid,COLOR_TOMATO,"Please /login or /register! Thank you, have fun!"); return 1; }
Code:
C:\Users\-----------\Desktop\Serveren\gamemodes\WSV-RPG.pwn(329) : error 012: invalid function call, not a valid address C:\Users\-----------\Desktop\Serveren\gamemodes\WSV-RPG.pwn(329) : warning 215: expression has no effect C:\Users\-----------\Desktop\Serveren\gamemodes\WSV-RPG.pwn(329) : error 001: expected token: ";", but found ")" C:\Users\-----------\Desktop\Serveren\gamemodes\WSV-RPG.pwn(329) : error 029: invalid expression, assumed zero C:\Users\-----------\Desktop\Serveren\gamemodes\WSV-RPG.pwn(329) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.