26.07.2008, 12:56
no its into the command itself.
but it doesn't print 0.4
pawn Code:
if(!strlen(params))
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, "USAGE: /login [password]");
}
else
{
format(fname,sizeof(fname),PlayerFile,udb_encode(playername));
print("0.4");
if (fexist(fname)) {