16.09.2013, 17:39
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.
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;
}


))))