Need help?
#1

I Need help with dis...


C:\Users\dragos\Desktop\samp_0\gamemodes\ERP05.pwn (1109) : error 020: invalid symbol name ""
C:\Users\dragos\Desktop\samp_0\gamemodes\ERP05.pwn (19037) : warning 235: public function lacks forward declaration (symbol "IsAtLocker_GARAGE")
C:\Users\dragos\Desktop\samp_0\gamemodes\ERP05.pwn (2036 : error 017: undefined symbol "OnPlayerConnectTimer"
C:\Users\dragos\Desktop\samp_0\gamemodes\ERP05.pwn (2036 : warning 215: expression has no effect
C:\Users\dragos\Desktop\samp_0\gamemodes\ERP05.pwn (2036 : error 001: expected token: ";", but found "]"
C:\Users\dragos\Desktop\samp_0\gamemodes\ERP05.pwn (2036 : error 029: invalid expression, assumed zero
C:\Users\dragos\Desktop\samp_0\gamemodes\ERP05.pwn (2036 : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


5 Errors.


Haw i fix death..
Reply
#2

Show those lines.
Reply
#3

Can you show us the code, if you don't mind. Else if we cannot help you.
Reply
#4

ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"o urGame Roleplay","Welcome to ourGame Roleplay \n For pertient general information type /help \n Register or login to start playing. \n Default chat is local. Type /ooc [message] to talk globally \n Use /report to contact admins \n Forums: www.f.ourgames.ro","Close","");
/*
TextDrawShowForPlayer(playerid, TextNextGen);
TextDrawShowForPlayer(playerid, Textdraw1);
TextDrawShowForPlayer(playerid, Textdraw2);
TextDrawShowForPlayer(playerid, Textdraw3);
TextDrawShowForPlayer(playerid, Textdraw4);
TextDrawShowForPlayer(playerid, Textdraw5);
TextDrawShowForPlayer(playerid, Textdraw6);
*/
KillTimer(OnPlayerConnectTimer[playerid])
OnPlayerConnectTimer[playerid] = SetTimerEx("HideConnectMessage", 10000, 0, "i", playerid); // 10 seconds

// REGISTRATION
if (!udb_Exists(PlayerName(playerid))) // If player is not registered
{
GetPlayerName(playerid, pname, sizeof(pname));
SendClientMessage(playerid, COLOR_YELLOW, "(INFO) {FFFFFF} You are not registered, please take some of your time to do so.");
format(prpstring, sizeof(prpstring), "{FAFAFA}Name: {FF0000}%s\n{FAFAFA}Enter your {FF0000}password {FAFAFA}below", pname);
ShowPlayerDialog(playerid,7000,DIALOG_STYLE_INPUT, "Registration",prpstring,"Register","Leave");
}else{ // If the player is registered
ForceClassSelection(playerid);
// format(prpstring, sizeof(prpstring), "{FAFAFA}Username: {FF0000}%s\n{FAFAFA}Enter your {FF0000}password {FAFAFA}below to login", pname);
// ShowPlayerDialog(playerid,7001,DIALOG_STYLE_INPUT, "Login into your account",prpstring,"Login","Leave"); // or login
}
Reply
#5

Can you put those lines in
PHP код:
[pawn]  [/pawn
So we can see every ines very clearly
Reply
#6

http://i40.tinypic.com/1zh3dr7.png

please hellp me..
Reply
#7

Sam help please
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)