03.03.2011, 06:41
Hey. I just copied something from forum.sa-mp.com but i get a pawno error when compile here is the script :
And here is the error :
Please help me...
pawn Код:
if(strcmp(cmd, "/reloadfs", true) == 0)
{
if (IsPlayerAdmin(playerid))
{
SendClientMessage(playerid, COLOR_BLUE, "SOLO LEAD / SCRIPTER / FOUNDER");
}
if (IsPlayerAdmin(playerid))
{
SendRconCommand("reloadfs BusSystem")
SendClientMessage(playerid, COLOR_BLUE, "FS Ricaricate");
}
return 1;
}
pawn Код:
D:\Games\GTA San Andreas\server\gamemodes\slrpg.pwn(12406) : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.