28.07.2011, 00:20
Hi,
i got 2 problems then i dont know how to resolve them..
1) when i open my pawno it says :: Unable to write : C:/Blah/settings.ini
2) im making my first include and i got a problem:
i have 2 strings in 1 stock
here it is:
i got 2 problems then i dont know how to resolve them..
1) when i open my pawno it says :: Unable to write : C:/Blah/settings.ini
2) im making my first include and i got a problem:
i have 2 strings in 1 stock
here it is:
Code:
stock Blah(string[]) { new string[128] format(string,sizeof(string),string,tname,playerid); // at the first string, is the : new string[128] | the second string is the message(from :: stock Blah(string[]) ) SendClientMessageToAll(0xAA3333AA,string); // the same as sayed on the second string(here /\ /\ (up)) return 1; }