13.07.2011, 16:22
Код:
C:\Users\Admin\Desktop\RP scripts\NHRP\NHRP.pwn(163) : error 004: function "ProxDetector" is not implemented C:\Users\Admin\Desktop\RP scripts\NHRP\NHRP.pwn(180) : error 017: undefined symbol "PlayerInfo" C:\Users\Admin\Desktop\RP scripts\NHRP\NHRP.pwn(180) : warning 215: expression has no effect C:\Users\Admin\Desktop\RP scripts\NHRP\NHRP.pwn(180) : error 001: expected token: ";", but found "]" C:\Users\Admin\Desktop\RP scripts\NHRP\NHRP.pwn(180) : error 029: invalid expression, assumed zero C:\Users\Admin\Desktop\RP scripts\NHRP\NHRP.pwn(180) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors.
pawn Код:
{
if(strcmp(cmdtext, "/help", true) == 0)
{
SendClientMessage(playerid, COLOR_GREEN,"_______________________________________");
SendClientMessage(playerid, COLOR_YELLOW2,"Account: /changepass /stats /skills");
SendClientMessage(playerid, COLOR_YELLOW2,"General: /rules /request (/re)port /reportbug /helpme /buyclothes /buymisc /buyitem /buy");
SendClientMessage(playerid, COLOR_YELLOW2,"General: /pay /give /time /buy /drink /licenses /showlicenses /animlist /buyhouse");
SendClientMessage(playerid, COLOR_YELLOW2,"General: /lock /stopanin /(un)tie /frisk /drop /id /flipcoin /picklock /(un)blindfold");
SendClientMessage(playerid, COLOR_YELLOW2,"Chat: (/o)oc /b (/s)hout /local (/l)ow ");
SendClientMessage(playerid, COLOR_YELLOW2,"Money: /cad (/companyad) (/ad)vertise /jobhelp");
SendClientMessage(playerid, COLOR_YELLOW2,"Place: /buyhouse /setupbiz");
SendClientMessage(playerid, COLOR_YELLOW2,"Other: /dshop /factiontypes (/ftypes) ");
if (PlayerInfo[playerid][pAdmin] >= 1)
{
SendClientMessage(playerid, COLOR_YELLOW2, "Admin: (/ah)elp");
}
return 1;
}