29.08.2008, 07:10
Quote:
|
Originally Posted by Maniac_X
So i tried screwing around a bit seeing if there was a way to identify that string properly but naturaly being so new to this stuff it made it worse not better so i ended up copying the original code back again from this topic post. however it came back with the same string error
Code:
.pwn(193) : error 037: invalid string (possibly non-terminated string) .pwn(193) : error 029: invalid expression, assumed zero .pwn(193) : error 029: invalid expression, assumed zero .pwn(193) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. Code:
// PLAYER LOGIN SCRIPT
dcmd_login(playerid, params[])
{
new file[256]; //190
new string[256], pname[MAX_PLAYER_NAME]; //191
GetPlayerName(playerid, pname, sizeof(pname)); //192
format(file, sizeof(string), "\\Users\\%s.ini, pname); //193
![]() |


