26.01.2016, 11:26
It's dragging the errors to another line which i am 100% sure has no bugs
Opcode:
Script lines:
Opcode:
Код:
C:\Users\User\Desktop\LSRP\gamemodes\new.pwn(345) : error 025: function heading differs from prototype C:\Users\User\Desktop\LSRP\gamemodes\new.pwn(350) : error 010: invalid function or declaration C:\Users\User\Desktop\LSRP\gamemodes\new.pwn(352) : error 010: invalid function or declaration C:\Users\User\Desktop\LSRP\gamemodes\new.pwn(357) : error 010: invalid function or declaration C:\Users\User\Desktop\LSRP\gamemodes\new.pwn(359) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors.
Код:
public freeze(playerid) { TogglePlayerControllable(playerid, 1); return 1; } if(!strcmp(cmdtext, "/crackdoor", true)) { if IsPlayerInRangeOfPoint(playerid, 3.0, 2143.1616, 1627.3285, 994.2775 )) { MoveObject(19799, 0, 0, 179.1810-47.5975, 0.0001, 0.0, 0.0, 131.5835); ApplyAnimation(playerid, "INT_HOUSE", "wash_up", 4.1, 1, 0, 0, 0, 3000, 1); } return 1; } return 0;