26.02.2009, 20:13
Код:
public OnPlayerCommandText(playerid, cmdtext[]) if(strcmp(cmdtext, "/eup", true) == 0) { MoveObject(elevator, 1840.252563, -1662.095337, 112.666771, 3.00); SendClientMessage(playerid, COLOR_RED, "You are now going up, Please Wait."); } if(strcmp(cmdtext, "/edown", true) == 0) { MoveObject(elevator, 1840.252563, -1662.095337, 58.791744, 3.00); SendClientMessage(playerid, COLOR_RED, "The Elevator is now comming, Please Wait."); return 1; }
Код:
C:\DOCUME~1\Gustavo\Desktop\SAMP02~1.WIN\FILTER~1\MAP.pwn(93) : error 010: invalid function or declaration C:\DOCUME~1\Gustavo\Desktop\SAMP02~1.WIN\FILTER~1\MAP.pwn(96) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.