07.01.2011, 21:14 
	
	
	Код:
if (strcmp("/lsa", cmdtext, true, 10) == 0)
    {
    IsPlayerAdmin(playerid);
    }
    {
    SetPlayerPos(playerid, 1990.6156,-2335.7556,13.5469);
    SetPlayerFacingAngle(playerid, 82.8390);
    SendClientMessage(playerid, COLOR_GREEN, "You have been teleported.");
    }
    else SendClientMessage(playerid, COLOR_BRIGHTRED, "You are not Administrator/Moderator");
    return 1;
    }
    return 0;
}
Код:
D:\Games\Grand Theft Auto (GTA) San Andreas-HOODLUM\SA-MP 0.3c Server\gamemodes\SmackDownTDM.pwn(621) : error 029: invalid expression, assumed zero D:\Games\Grand Theft Auto (GTA) San Andreas-HOODLUM\SA-MP 0.3c Server\gamemodes\SmackDownTDM.pwn(624) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.





