notepad++
#1

I just started using notepad++ and testing it out with a VERY basic code and i get this...
Код:
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 ================
Code I am testing with.
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
     if(strcmp(cmdtext, "/goto") == 0) 
     {
         SetPlayerPos(playerid, -1967.8365, 2956.9823, 12.9375);
         return 1;
     }
     return 0;
}
Reply


Messages In This Thread
notepad++ - by MichaelWharton101 - 24.07.2013, 00:49
Re: notepad++ - by Cunning - 24.07.2013, 00:50
Re: notepad++ - by MichaelWharton101 - 24.07.2013, 00:53
Re: notepad++ - by MichaelWharton101 - 24.07.2013, 01:06
Re: notepad++ - by nor15 - 24.07.2013, 02:48
Re: notepad++ - by MichaelWharton101 - 24.07.2013, 02:52
Re: notepad++ - by MP2 - 24.07.2013, 02:55
Re: notepad++ - by Kirollos - 24.07.2013, 02:57
Re: notepad++ - by MichaelWharton101 - 24.07.2013, 02:58
Re: notepad++ - by MichaelWharton101 - 24.07.2013, 03:00
Re: notepad++ - by Kirollos - 24.07.2013, 03:08
Re: notepad++ - by MichaelWharton101 - 24.07.2013, 03:14

Forum Jump:


Users browsing this thread: 5 Guest(s)