24.07.2013, 00:49
I just started using notepad++ and testing it out with a VERY basic code and i get this...
Code I am testing with.
Код:
Current directory: C:\Users\Michael\Desktop\ARP\gamemodes .p(0) : fatal error 100: cannot read from file: ".p" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. ================ READY ================
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmdtext, "/goto") == 0) { SetPlayerPos(playerid, -1967.8365, 2956.9823, 12.9375); return 1; } return 0; }