SA-MP Forums Archive
Need help? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need help? (/showthread.php?tid=304004)



Need help? - TheRock93 - 16.12.2011

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..


Re: Need help? - Ironboy - 16.12.2011

Show those lines.


Re: Need help? - Kostas' - 16.12.2011

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


Re: Need help? - TheRock93 - 16.12.2011

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
}


Re: Need help? - Neo Karls - 16.12.2011

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


Re: Need help? - TheRock93 - 16.12.2011

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

please hellp me..


Re: Need help? - TheRock93 - 16.12.2011

Sam help please