Error Connect Message - 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: Error Connect Message (
/showthread.php?tid=464372)
Error Connect Message -
Bulgaria - 16.09.2013
PHP код:
C:\Users\Elenko\Desktop\RP Server BG\gamemodes\RPlayV1.6.pwn(271) : warning 213: tag mismatch
C:\Users\Elenko\Desktop\RP Server BG\gamemodes\RPlayV1.6.pwn(286) : error 029: invalid expression, assumed zero
C:\Users\Elenko\Desktop\RP Server BG\gamemodes\RPlayV1.6.pwn(286 -- 287) : warning 215: expression has no effect
C:\Users\Elenko\Desktop\RP Server BG\gamemodes\RPlayV1.6.pwn(287) : error 001: expected token: ";", but found "return"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
Any Help ?
PHP код:
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid, 0xFFFFFFFF, "Welcome to [B-U-L-G-A-R-A]-[S-E-R-V-E-R] 0.3X Enjoy The Game");
SendClientMessage(playerid, 0xFFFFFFFF, "Please use command /help to read information for SERVER, and command /site to look link to SERVER SITE");
SendClientMessage(playerid, 0xFFFFFFFF, "If you have any problem when you play the game PLEASE look command /admins to see who admin is ONLINE and HE WILL HELP YOU");
return 1;
}
Re: Error Connect Message -
Konstantinos - 16.09.2013
Show us the code from line 271 and 285-288.
Re: Error Connect Message -
Bulgaria - 16.09.2013
I Fixed thank you ADVANCE

))))